Kevin Cunnane
578ac6cae5
Add notebook open protocol handler ( #6093 )
...
Adds a protocol handler for notebook open, which can be used from browsers
Uses extension-based handler support so all URIs must start with `azuredatastudio://microsoft.notebook`
Adds 2 actions:
- `/new` opens a new empty notebook
- `/open` opens a HTTP/S file as an untitled notebook or text document
Sample URL:
```
azuredatastudio://microsoft.notebook/open?url=https%3A%2F%2Fraw.githubusercontent.com%2Fkevcunnane%2Fmsbuild_ads_demo%2Fmaster%2F0_YoAzdata.ipynb
```
2019-06-20 11:00:24 -07:00
Cory Rivera
72c3239d63
Allow user to select source package type in Manage Packages dialog. ( #6092 )
2019-06-20 10:51:36 -07:00
Cory Rivera
cecc899949
Disable Manage Packages button if python is not installed ( #6008 )
2019-06-17 18:28:16 -07:00
Cory Rivera
ff38bc8143
Add dialog to notebooks for managing Pip packages ( #5944 )
2019-06-10 17:02:31 -07:00
Gene Lee
fa52478ffa
Changed output channel name from 'Jupyter Notebooks' to 'Notebooks' ( #5780 )
2019-05-31 11:08:34 -07:00
Cory Rivera
a59d1d3c05
Add functionality to use an existing Python installation for Notebook dependencies ( #5228 )
2019-05-17 14:39:44 -07:00
Chris LaFreniere
e72d0d03ed
Notebooks: More Jupyter Server Hardening ( #5264 )
...
* Do not rely on same starting port every time, misc
* put back to 5 seconds for process kill timeout
* extHostNotebook shutdown manager handle
2019-04-30 14:13:04 -07:00
Anthony Dresser
58959ef35e
Enable stricter compile options on extensions ( #5044 )
...
* enable stricter compile settings in extensions
* more strict compile
* formatting
* formatting
* revert some changes
* formtting
* formatting
2019-04-23 11:18:00 -07:00
Cory Rivera
1b24dff738
Show an Install Skipped message when Python already exists at the specified install location. ( #5141 )
...
* Also fixed a bug where future installs would get blocked after doing an install that gets skipped.
2019-04-22 14:28:59 -07:00
Anthony Dresser
ddd89fc52a
Renable Strict TSLint ( #5018 )
...
* removes more builder references
* remove builder from profiler
* formatting
* fix profiler dailog
* remove builder from oatuhdialog
* remove the rest of builder references
* formatting
* add more strict null checks to base
* enable strict tslint rules
* fix formatting
* fix compile error
* fix the rest of the hygeny issues and add pipeline step
* fix pipeline files
2019-04-18 00:34:53 -07:00
Chris LaFreniere
1e989060f9
Rewrite Spark UI link when using unified connection ( #4362 )
...
* Rewrite Spark UI link when using unified connection
* Add more robust error checking
2019-03-08 17:34:47 -08:00
Raj
036ffe595a
#3920 : Notebooks file save/save all/cache - for existing files ( #4286 )
...
* #3920 : Notebooks file save
* Missed in merge
* #4290 : Untitled save and native dirty implementation
* Misc changes
* Content Manager, notebooks extension and commented failed unit tests
* Removing modelLoaded event
2019-03-07 18:07:20 -08:00
Karl Burtram
84890eb1b4
Update product references from 'sqlops' to 'azdata' ( #4259 )
...
* Update extensions to use azdata
* Switch core code to use azdata
2019-03-01 13:59:37 -08:00
Cory Rivera
630698459b
Update output channel name for Jupyter Notebooks. ( #4246 )
2019-02-28 16:45:56 -08:00
Cory Rivera
70838c3e24
Move SQL 2019 extension's notebook code into Azure Data Studio ( #4090 )
2019-02-20 10:55:49 -08:00