We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We'll need to write an application to migrate the notebook config to server config.
Users call:
$ jupyter server migrate
much like we did for the IPython/Jupyter split (jupyter migrate).
jupyter migrate
This is a bit tricky because some traits need to stay in the notebook config, while others move to the server config.
The text was updated successfully, but these errors were encountered:
migrate
It seems that the consensus is to not use a migration script... Closing for now.
Sorry, something went wrong.
No branches or pull requests
We'll need to write an application to migrate the notebook config to server config.
Users call:
much like we did for the IPython/Jupyter split (
jupyter migrate
).This is a bit tricky because some traits need to stay in the notebook config, while others move to the server config.
The text was updated successfully, but these errors were encountered: