Cory Rivera
6b535b7945
Dispose underlying text model when disposing notebook editor model ( #19955 )
2022-07-08 11:23:50 -07:00
Cory Rivera
6c6e46ae2d
Disable install button while a python package is being installed from the Manage Packages dialog. ( #19856 )
...
* Also added same behavior for uninstall button.
2022-06-29 16:05:08 -07:00
Cory Rivera
24fc6dce9f
Add uninstall step to manage packages smoke test to clean up installed packages. ( #19854 )
2022-06-29 10:23:29 -07:00
Cory Rivera
c9cfb94a22
Add python configuration step to each python smoke test so they can be run independently. ( #19807 )
2022-06-23 11:01:05 -07:00
Cory Rivera
7696157084
Refresh cell toolbar when changing cell type. ( #19704 )
2022-06-10 17:15:50 -07:00
Cory Rivera
a265224701
Show an error in cell output when trying to load an unsupported output type. ( #19693 )
2022-06-09 12:32:42 -07:00
Cory Rivera
7007e18314
Add new cells after the current one when adding a cell from the notebook toolbar. ( #19649 )
2022-06-07 10:12:15 -07:00
Cory Rivera
950bb1e53b
Fix issues with changing SQL notebook connection while a cell is executing ( #19624 )
2022-06-03 18:05:32 -07:00
Cory Rivera
7b1d34b2ce
Display the installed Python version above the package versions in the manage packages dialog. ( #19551 )
2022-05-27 14:31:40 -07:00
Cory Rivera
793fe9c1f2
Also check for docs pane label in code cell completions test. ( #19530 )
2022-05-26 09:40:39 -07:00
Cory Rivera
3eedbf04df
Fix Python smoke test failures. ( #19405 )
2022-05-19 16:10:55 -07:00
Cory Rivera
5afdf04aba
Remove preview restriction for various notebook toolbar features. ( #19296 )
2022-05-05 19:15:34 -07:00
Cory Rivera
52782cfebd
Add smoke test for saving a WYSIWYG cell. ( #19284 )
2022-05-04 20:52:22 -07:00
Cory Rivera
13b722eaf8
Show a notification when trying to run an untitled notebook with parameters. ( #19286 )
2022-05-04 13:26:26 -07:00
Cory Rivera
8cc66dade3
Fix intellisense for .NET Interactive SQL kernel ( #19254 )
2022-05-02 13:44:33 -07:00
Cory Rivera
b406dda13c
Add smoke tests for cell toolbar keyboard shortcuts. ( #19208 )
2022-04-26 15:09:36 -07:00
Cory Rivera
7b58568d26
Convert .NET Interactive notebook's kernel spec to a VS Code compatible kernel when saving. ( #19176 )
2022-04-22 16:00:13 -07:00
Cory Rivera
40a2181953
Add smoke test for converting from Rich Text to Markdown. ( #19151 )
2022-04-19 17:28:54 -07:00
Cory Rivera
c121eeec4d
Fix dotnet-interactive extension's publisher ID in recommended extensions list. ( #19142 )
2022-04-18 15:57:42 -07:00
Cory Rivera
8bd5ea5c84
Only update hover execution state if cell is not active. ( #19073 )
2022-04-14 10:19:58 -07:00
Cory Rivera
8747ac5c52
Add .NET Interactive extension info to product.json. ( #19069 )
2022-04-14 10:00:23 -07:00
Cory Rivera
d98a421035
Enable cell cancellation for Interactive notebooks ( #19005 )
...
* Also added a check to prevent multiple Interactive cells from executing simultaneously.
2022-04-12 15:12:22 -07:00
Cory Rivera
c2cc32a4a0
Add option to use notebook json contents instead of file string when creating a notebook. ( #18972 )
2022-04-08 16:39:14 -07:00
Cory Rivera
03d2e83250
Treat Jupyter's Python 3 Ipykernel alias as Python 3. ( #18943 )
2022-04-06 11:27:15 -07:00
Cory Rivera
316798a9b5
Add cell toolbar tests for undoing text styling by clicking button twice. ( #18807 )
2022-04-06 10:02:51 -07:00
Cory Rivera
7c399e84eb
Add markdown smoke tests for changing text size and inserting links ( #18888 )
...
* Temporarily disabled text size tests due to issues running on Unix.
2022-04-05 15:53:06 -07:00
Cory Rivera
d9501ffc03
Enable loading spinner for notebook editor. ( #18810 )
2022-03-24 16:31:33 -07:00
Cory Rivera
1fa453f8f2
Add smoke tests for text cell toolbar actions. ( #18792 )
2022-03-22 12:51:56 -07:00
Cory Rivera
7914fcf101
Fix issues with unknown notebook file types not opening as a default notebook. ( #18779 )
2022-03-18 16:59:22 -07:00
Cory Rivera
95980130c8
Correctly handle creating and saving untitled notebook .dib files. ( #18744 )
2022-03-16 14:37:21 -07:00
Cory Rivera
206188f3ab
Add missing onNotebook:* activation event for VS Code notebook compatibility. ( #18710 )
2022-03-14 10:32:26 -07:00
Cory Rivera
f013a88163
Only update active cell if the cell isn't currently in edit mode. ( #18672 )
2022-03-07 17:11:05 -08:00
Cory Rivera
eccb77aca3
Preserve previous code cell's language when creating a new code cell from an existing context. ( #18646 )
2022-03-06 21:35:57 -08:00
Cory Rivera
0ab4752643
Add new errorCode property to notebook errors to see if starting a notebook session failed. ( #18617 )
2022-03-03 14:05:54 -08:00
Cory Rivera
79cda5cbe5
Add language picker to notebook cells. ( #18601 )
2022-03-02 10:25:55 -08:00
Cory Rivera
ffdefd3b52
Add notebook extension support for .NET Interactive. ( #18334 )
...
* Also updated kernel dropdown to only include SQL aliased kernels when using SQL notebook provider.
2022-02-25 11:58:59 -08:00
Cory Rivera
7bd5968faa
Add built-in language grammar extensions for C#, F#, HTML, and Javascript. ( #18216 )
2022-02-04 16:44:47 -08:00
Cory Rivera
9685393975
Add placeholders for missing VSCode notebook events that are used by the Jupyter extension. ( #18138 )
...
* Also reduced the number of timeouts for waiting on notebook provider descriptors, and fixed an issue with undefined cancellation tokens in vscode notebook conversion code.
2022-01-25 14:03:33 -08:00
Cory Rivera
470afe2e8a
Enable VS Code extension event APIs for when editors become active or visible. ( #18129 )
2022-01-20 11:04:27 -08:00
Cory Rivera
b39025ddbb
Improve logic used to wait for standard kernel registration ( #18111 )
2022-01-18 16:01:25 -08:00
Cory Rivera
050d2cc98f
Enable VSCode extension APIs for opening notebooks. ( #18080 )
...
* Also moved notebook conversion classes to a common folder, and moved several conversion utility methods to a common file.
2022-01-13 16:40:48 -08:00
Cory Rivera
df2934a80c
Enable VS Code extension APIs for getting opened notebook documents ( #18043 )
2022-01-11 12:57:55 -08:00
Cory Rivera
d13dd4d228
Add support for VS Code notebook Open & Close events in extension APIs ( #17992 )
2022-01-07 15:48:08 -08:00
Cory Rivera
2ecc3d35ca
Initial implementation for VSCode Notebook support ( #17885 )
2022-01-03 15:59:37 -08:00
Cory Rivera
0149d9f051
Add additional notebook tests for handling relative links. ( #17739 )
2021-11-29 10:09:25 -08:00
Cory Rivera
8e04d3992a
Register additional editor overrides when adding new notebook file types ( #17708 )
...
* Also standardized file extension contributions to always start with a period, and to always do lower case string comparisons for file extensions.
2021-11-19 09:14:41 -08:00
Cory Rivera
329ea4103c
Make various enhancements to Notebook Provider registration. ( #17609 )
...
* Use built-in SQL ExecuteProvider by default if no other provider exists.
* Gracefully handle case where standardKernels are not defined for a provider.
* Standardize on just using arrays for various provider registration details.
2021-11-09 16:00:34 -08:00
Cory Rivera
0bc8e54568
Fix quoted link failures by removing quotes from unescaped paths, rather than just the escaped paths. ( #17419 )
2021-10-20 18:12:39 -07:00
Cory Rivera
56e961c972
Fix issues with notebook providers not appearing, or being waited on for too long during startup. ( #17288 )
2021-10-06 21:58:24 -07:00
Cory Rivera
5a4d1599db
Improve Configure Python wizard experience for unfamiliar kernel names. ( #17272 )
2021-10-06 08:52:54 -07:00
Cory Rivera
14904bb671
Split up NotebookProvider into separate providers for handling file serialization and cell execution. ( #17176 )
2021-09-29 16:15:28 -07:00
Cory Rivera
0082031f97
Replace deprecated assert functions in test files. ( #16945 )
2021-08-31 09:04:17 -07:00
Cory Rivera
3c8d952308
Add unit tests for Book AddFile dialog ( #16923 )
2021-08-30 11:45:11 -07:00
Cory Rivera
cb7b7da0a4
Merge from vscode e3c4990c67c40213af168300d1cfeb71d680f877 ( #16569 )
2021-08-25 16:28:29 -07:00
Cory Rivera
63a65f5821
Remove quotes from inserted markdown links ( #16457 )
2021-07-27 16:40:20 -07:00
Cory Rivera
6c6a0506b2
Add Markdown Toolbar functionality to notebook smoke tests. ( #15868 )
2021-06-22 16:38:04 -07:00
Cory Rivera
d92c1d5ca8
Add max size setting for Rich Text undo history in notebooks. ( #15793 )
2021-06-18 16:04:45 -07:00
Cory Rivera
a61462a2c0
Improve Undo and Redo functionality for notebook Rich Text editors ( #15627 )
2021-06-08 13:24:58 -07:00
Cory Rivera
e2b2cfd7ca
Fix notebook file URI test by adding a required forward slash to Windows file paths. ( #15550 )
2021-05-24 10:03:52 -07:00
Cory Rivera
d582a955dd
Add Markdown as a default editing option for text cells ( #15540 )
2021-05-21 10:05:55 -07:00
Cory Rivera
e2a5859155
Only include package versions in Manage Packages dialog if they're supported for the user's version of Python ( #14584 )
2021-03-08 18:05:10 -08:00
Cory Rivera
a0656d6f8d
Add unit tests for PythonPathLookup class. ( #14133 )
2021-02-01 16:37:17 -08:00
Cory Rivera
5f61becd36
Use a minimum cell height to prevent whitespace markdown cells from becoming invisible. ( #14008 )
2021-01-20 16:20:50 -08:00
Cory Rivera
9e9fac2991
Skip checking if python is running when only doing package upgrades during python install. ( #13995 )
2021-01-19 20:01:59 -08:00
Cory Rivera
94b697340d
Remove unnecessary OutputChannel reference from PythonPathLookup class. ( #13970 )
2021-01-15 16:51:42 -08:00
Cory Rivera
108891ba2e
Place current release at the top of version dropdown in Manage Packages dialog. ( #12884 )
...
* Also improved sorting for version numbers with non-numeric components.
2020-10-12 12:20:33 -07:00
Cory Rivera
9b7a1d7a26
Add more unit tests for JupyterServerInstallation ( #12675 )
2020-10-01 13:54:12 -07:00
Cory Rivera
0f063d3a2e
Skip adding python user package directory to PATH on SAW devices. ( #11849 )
2020-08-18 17:14:19 -07:00
Cory Rivera
92db8df000
Simplify python reinstallation by only installing jupyter. ( #11820 )
2020-08-17 11:02:18 -07:00
Cory Rivera
ff2d2d0339
Remove preview flag for Configure Python wizard. ( #11813 )
2020-08-14 12:36:40 -07:00
Cory Rivera
d68433ec22
Add some package management unit tests for JupyterServerInstallation ( #11777 )
2020-08-13 13:12:28 -07:00
Cory Rivera
28f1321ad7
Add task for downloading Python package when building ADS for SAW devices. ( #11659 )
2020-08-05 14:11:44 -07:00
Cory Rivera
d380328f8b
Use a regex to detect notebook started message. ( #11642 )
2020-08-04 18:00:52 -07:00
Cory Rivera
7461cf844d
Add some unit tests for PyPiClient. ( #11442 )
2020-07-21 10:56:25 -07:00
Cory Rivera
047c51921b
Exclude Spark notebook kernels when running on SAW devices. ( #11416 )
2020-07-20 12:36:40 -07:00
Cory Rivera
f409abfc01
Disable python downloads when running notebooks on a SAW. ( #11186 )
2020-07-07 11:32:05 -07:00
Cory Rivera
59575aa305
Wait for clientSession to become available before running a cell. ( #10796 )
2020-06-09 05:30:13 -07:00
Cory Rivera
5d60254bb9
Add custom width to Python wizard to reduce wasted space. ( #10705 )
...
* Also use double quotes for localize calls in the wizard.
2020-06-03 14:41:39 -07:00
Cory Rivera
2e4aee944c
Disable some unreliable notebook integration tests. ( #10701 )
2020-06-03 12:30:36 -07:00
Cory Rivera
98ce3c74e6
Hide installation options in Configure Python wizard if python is already setup. ( #10635 )
2020-05-29 17:28:02 -07:00
Cory Rivera
d3e1675fc5
Only check if python is running before trying to overwrite an existing installation. ( #10383 )
2020-05-14 11:37:06 -07:00
Cory Rivera
fc548be2c1
Uncheck unselected radio buttons in Configure Python wizard. ( #10344 )
2020-05-12 13:02:35 -07:00
Cory Rivera
f94a9d0d58
Update Configure Python dialog to allow packages to be installed for specific kernels. ( #10286 )
2020-05-08 16:02:59 -07:00
Cory Rivera
d7a425239b
Only reveal items in the books viewlet if the viewlet is visible. ( #10234 )
2020-04-30 20:10:27 -07:00
Cory Rivera
097289d94c
Check treeItem first when building search path in searchJupyterBooks. ( #10083 )
2020-04-20 15:30:52 -07:00
Cory Rivera
67b6f6ffcd
Add tests for Open Notebook Folder functionality. ( #10056 )
2020-04-17 16:27:00 -07:00
Cory Rivera
2817316cf4
Check conda-forge channel first when installing conda packages. ( #10035 )
2020-04-16 16:58:32 -07:00
Cory Rivera
e1f2f7479f
Only show Create Insight button in Query Editor charts. ( #9973 )
2020-04-14 15:35:44 -07:00
Cory Rivera
2b2a275fb0
Add Open Notebook Folder functionality to Books viewlet. ( #9939 )
2020-04-13 23:42:02 -07:00
Cory Rivera
d363ea33b5
Save charting state in SQL notebooks. ( #9789 )
2020-03-30 16:48:28 -07:00
Cory Rivera
0a117fbd00
Add separate dialog to notebook charts for specifying chart options. ( #9454 )
2020-03-10 14:10:34 -07:00
Cory Rivera
73d9b7f22a
Check if notebook model is undefined in setTrustForNewEditor. ( #9312 )
2020-02-26 11:17:56 -08:00
Cory Rivera
412214e193
Add charting functionality to SQL notebooks. ( #9306 )
2020-02-26 10:52:19 -08:00
Cory Rivera
dd5c0ce08f
Maintain notebook trust status after saving. ( #9127 )
2020-02-14 10:07:02 -08:00
Cory Rivera
30c8182f16
Print jupyter URL without encoded characters in notebook start message. ( #9131 )
2020-02-13 11:19:34 -08:00
Cory Rivera
3a8b74a311
Set notebook as trusted after executing a cell. ( #9108 )
...
* Also set trusted by default when opening a notebook without any code cells.
2020-02-10 17:03:57 -08:00
Cory Rivera
2eebcab74a
Make notebook cells selectable for tab navigation. ( #8946 )
2020-01-23 15:39:27 -08:00
Cory Rivera
52e3c2f9c7
Clear cell execution count when clearing output. ( #8908 )
2020-01-21 13:56:38 -08:00
Cory Rivera
d3105beb43
Await should() methods involving promises in tests. ( #8876 )
2020-01-15 00:41:23 -08:00
Cory Rivera
c09e7b9e2f
Increase timeouts for some integration tests. ( #8869 )
2020-01-13 13:43:18 -08:00