-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DS: Define default jupyter notebook port in settings (ie, avoid default 8888) #2655
Comments
It should already rollover to the next port? Are you seeing problems where it doesn't? |
@rchiodo When it starts it does go to the next port indeed (I just checked and it goes to 8889). What I'd like to be able is to specify its default port from 8888 to 9999 for example. This would let me freely start things (including docker-based servers) on port 8888 without having to restart vscode. |
Ah okay. So it works, but you want to force it to a certain range. |
We should probably also include any custom arguments, so the user can:
|
Validated. Checked with the --port setting and the NotebookApp prefix. Both worked. |
Feature: Notebook Editor, Interactive Window, Python Editor cells
Description
It would be great to be able to define the default jupyter notebook port in settings. This is specially useful to keep it clashing from other software - including jupyter notebook - running on the default port 8888. Ideally one could set an alternative default port and then it would increase or randomly find another port.
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer
The text was updated successfully, but these errors were encountered: