Lucy Zhang
b8435a67df
Add telemetry for Python on Jupyter server startup ( #19970 )
...
* add telemetry for python on jupyter server startup
* remove extra lines
2022-07-11 12:20:22 -07:00
Charles Gagnon
76e01fee60
Fix rest of notebook unhandled promises ( #16933 )
...
* Fix rest of notebook unhandled promises
* add rule
* fix some tests
2021-08-30 14:14:48 -07:00
Vasu Bhog
14ce88023e
Add allow root setting for Ubuntu and Web Mode users ( #16027 )
...
* add allow root setting for Ubuntu and Web Mode users
2021-07-07 11:02:12 -07:00
Karl Burtram
31e9c21c06
Fix regressions in web build ( #15920 )
...
* Update build for web issues
* Fix remote\web package.json
* Remove extension activate test
* Add terminal entry point
* Bump distro
* Update docker files and pipelines
* Add linux task
* Update build pool
* Correct image name
* Update pipelines
* Fix indention
* Update sql-web-build.yml for Azure Pipelines
Add new build variable
* Update sql-web-build.yml for Azure Pipelines
Revert previous commit
* Disable sourcemaps upload
* Remove compile step
* Fix yaml typo
* Fix dependson error
* Update yaml
* Add notebook parameters
* Remove web from desktop builds
* Add web createDrop script
* Bump distro
* Change execution mode on createDrop script
* Code review feedback
* Update CI hygiene cache key
* Bump distro
* Fix merge conflicts
* Revert "Fix merge conflicts"
This reverts commit 06f7a58b6e0a065520b7686e8469e4e7682e157a.
* Bump distro to before smoke test update
2021-06-29 12:12:27 -07:00
Lucy Zhang
068649cba4
Change configure Jupyter server steps from async to sync ( #13937 )
...
* change config steps to sync
* fix tests
* use pathexistsSync
* remove pathExistsSync call
* address PR comments
2021-01-20 15:45:54 -08:00
Lucy Zhang
57446faa1e
Notebooks: Improve Jupyter server start time ( #13838 )
...
* let jupyter server find port
* add undefined to return type
* remove time log
* add test for port number
* check that match[1] exists
2020-12-21 08:03:26 -08:00
Chris LaFreniere
a5231ec0e5
Notebook Extension: First logging improvements ( #13729 )
...
* First logging improvements
* PR feedback for err output
2020-12-11 11:21:06 -08:00
Chris LaFreniere
04117b2333
Remove prose from notebooks default package list ( #13173 )
2020-11-02 10:54:32 -08:00
rajeshka
c4f649a849
Changes to use bundled python package ( #12967 )
...
* Set python path in kernel specs when running on SAW devices.
* Use tab spacer for kernel json.
* Update path to jupyter kernelspec.
* removing the kernelspec write
* Changed powershell kernel.json to use appdata folder
* Addressed PR and added try catches around the code.
* removed redundant try catch
* removed redundant try catch
* removed another try catch
* removed space
Co-authored-by: Cory Rivera <corivera@microsoft.com >
2020-10-19 18:20:48 -07:00
Vasu Bhog
29fbc7d952
Refactored Server Instance Tests ( #11868 )
...
* Refactored and improved testing through sinon
* Addressed changes - helper function and direct call to function refactor
2020-08-19 17:28:15 -05:00
Cory Rivera
d380328f8b
Use a regex to detect notebook started message. ( #11642 )
2020-08-04 18:00:52 -07:00
Cory Rivera
f409abfc01
Disable python downloads when running notebooks on a SAW. ( #11186 )
2020-07-07 11:32:05 -07:00
Charles Gagnon
94bc0d9559
Fix open notebook bug ( #10930 )
...
* Fix open notebook bug
* cleanup
* clean up spaces
2020-06-16 13:06:44 -07:00
Cory Rivera
30c8182f16
Print jupyter URL without encoded characters in notebook start message. ( #9131 )
2020-02-13 11:19:34 -08:00
Charles Gagnon
833adf3515
Fix hygiene errors ( #8019 )
2019-10-27 14:38:26 -07:00
Cory Rivera
06d67f5ad2
Append stdErr log to error message when a streamed console command fails. ( #7868 )
2019-10-23 12:38:24 -07:00
Charles Gagnon
4a68ab4659
Hygiene linting for extensions + new rule ( #7843 )
...
* linting for extensions + new rule
* Remove unneeded array
* Fix spelling mistake
* Fix bad merge
2019-10-22 18:56:31 -07:00
Chris LaFreniere
e3ae5263c6
Starting Fewer Jupyter Servers for Notebooks ( #7744 )
...
* Start fewer Jupyter servers
* Windows fix for drive casing
* PR Feedback
* Quick fix
* Fixing bug
* Ensure environment variables set 4 session startup
* test fix
* Dummy commit to update comment
2019-10-20 21:38:58 -07:00
Anthony Dresser
28d453fced
Implement a no sync rule ( #7216 )
...
* implement a no sync rule
* fix linting disable
* fix unused imports
* exclude more testing
* clean up fs usage
* clean up more fs usage
* remove duplicate of code
* fix compile errors
2019-09-17 13:32:42 -07:00
Chris LaFreniere
2d6f69da1c
no mathjax ( #6995 )
2019-08-29 18:07:05 -07:00
Alan Ren
0c5d5f1dd5
pass environment variables to Notebooks from ADS ( #6389 )
...
* get the new environment variables for notebook
* comments
* Update serverInstance.ts
address comments
* be more specific when taking env variables
2019-07-18 10:40:07 -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
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
Chris LaFreniere
bb9c85cd8f
Improve Cleanup of Jupyter processes on Notebook and/or ADS Close ( #5142 )
...
* Close jupyter and python
* Ensure we stop jupyter correctly on process end
* dont stopServer from clientSession shutdown
* PR comments
* close notebook after each test
2019-04-26 15:28:26 -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
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
Cory Rivera
c7bc37d010
Add quotes around python paths to guard against spaces. ( #4775 )
2019-03-29 14:55:08 -07:00
Cory Rivera
5a48c52a95
Delete duplicate path variables when setting up Jupyter environment config. Also added additional error message info on jupyter start. ( #4212 )
2019-02-27 13:30:27 -08:00
Raj
5625ef956d
mkdir under notebook extension folder ( #4214 )
2019-02-27 13:29:01 -08:00
Chris LaFreniere
a764a481f3
Ensure that we preserve rest of PATH when starting Jupyter ( #4109 )
2019-02-21 11:54:08 -10:00
Cory Rivera
70838c3e24
Move SQL 2019 extension's notebook code into Azure Data Studio ( #4090 )
2019-02-20 10:55:49 -08:00