-
Notifications
You must be signed in to change notification settings - Fork 504
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
Migrating to jupyter-server
2, jupyter_client
7.x
#1308
Conversation
cd1d3a9
to
ebe0edb
Compare
@@ -18,7 +18,7 @@ jobs: | |||
fail-fast: false | |||
matrix: | |||
os: [ubuntu-latest] | |||
python_version: ['3.7', '3.8', '3.9', '3.10'] | |||
python_version: ['3.8', '3.9', '3.10'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe worth testing on 3.11 as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah never mind that, forgot we already have a PR for this: #1240
6219c44
to
1286f00
Compare
0ee39ae
to
4b92e73
Compare
update galata references |
jupyter-server
2jupyter-server
2, jupyter_client
7.x
eaca071
to
6fbc7b4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
🚀 ! |
@trungleduc do you think it would be feasible to backport this to Voila 0.4? Or should this be considered a breaking change? |
@meeseeksdev please backport to 0.4.x |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
Since jupyterlab 3.6 can support both jupyter-server 1 and 2 so i think we can do the same for voila. |
Thanks! I'll give it a try |
…ds#1308) * Get changes from voila-dashboards#1283 Co-authored-by: Mike <jabbera@users.noreply.github.com> * Update tree handler * Add token flag * Update error template * Fix types/node version issue * Update binder build --------- Co-authored-by: Mike <jabbera@users.noreply.github.com> (cherry picked from commit e30f6aa)
…ds#1308) * Get changes from voila-dashboards#1283 Co-authored-by: Mike <jabbera@users.noreply.github.com> * Update tree handler * Add token flag * Update error template * Fix types/node version issue * Update binder build --------- Co-authored-by: Mike <jabbera@users.noreply.github.com> (cherry picked from commit e30f6aa)
…ds#1308) * Get changes from voila-dashboards#1283 Co-authored-by: Mike <jabbera@users.noreply.github.com> * Update tree handler * Add token flag * Update error template * Fix types/node version issue * Update binder build --------- Co-authored-by: Mike <jabbera@users.noreply.github.com> (cherry picked from commit e30f6aa)
…ds#1308) * Get changes from voila-dashboards#1283 Co-authored-by: Mike <jabbera@users.noreply.github.com> * Update tree handler * Add token flag * Update error template * Fix types/node version issue * Update binder build --------- Co-authored-by: Mike <jabbera@users.noreply.github.com> (cherry picked from commit e30f6aa)
…ds#1308) * Get changes from voila-dashboards#1283 Co-authored-by: Mike <jabbera@users.noreply.github.com> * Update tree handler * Add token flag * Update error template * Fix types/node version issue * Update binder build --------- Co-authored-by: Mike <jabbera@users.noreply.github.com> (cherry picked from commit e30f6aa)
* Rebuild against JupyterLab 4 * Migrating to `jupyter-server` 2, `jupyter_client` 7.x (#1308) * Get changes from #1283 Co-authored-by: Mike <jabbera@users.noreply.github.com> * Update tree handler * Add token flag * Update error template * Fix types/node version issue * Update binder build --------- Co-authored-by: Mike <jabbera@users.noreply.github.com> (cherry picked from commit e30f6aa) * Downgrade galata * Notebook 6 in tests * Regenerate yarn.lock * Debug * Iterate * Missing test dependency * Fix dependency install * Compat with jupyter server 1 * Syntax error * Add tests for jupyter server 1 * Syntax error * Flake8 --------- Co-authored-by: Duc Trung Le <leductrungxf@gmail.com>
This PR is based on #1283 to make
voila
works withjupyter_server
2References
Partially closes #1304
Closes #1283
User-facing changes
Voila
now supports thetoken
authentication by using thePasswordIdentityProvider
ofjupyter_server
, but it is disabled by default.Voila
with auto-generated token:Voila
with personalized token:Users will be redirected to the login page if they are trying to access a token-protected
voila
app.Backwards-incompatible changes
python
3.7 is no longer supported.jupyter_client
< 7.4.4 is no longer supported.