-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Support server-side execution #279
Support server-side execution #279
Conversation
a20bd78
to
0d722e1
Compare
I don't understand the error in Test JavaScript:
@krassowski or @jtpio do you have an idea? |
1a0617c
to
ec20679
Compare
ec20679
to
161029e
Compare
2f84bb7
to
6a33bb8
Compare
Not sure what is happening with Test Minimum Versions, any idea @blink1073 ? |
We need similar change as in jupyterlab/jupyterlab#16105 |
Thanks @krassowski ! |
621cbba
to
95676c4
Compare
95676c4
to
a0f4610
Compare
But since this is an experimental feature, only working in |
* Support server-side execution * lint * again * Fix jest * Mention this feature in documentation * Update UI test snapshots * Use "dependency_type: minimum" for Minimum Versions check * Add 'serverSideExecution' to page config * Replace "fully recovered" with "recovered" * Add link to jupyter-server issue Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com> --------- Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
Now that we depend on NPM packages that are in pre-release, does it imply that we should also make a pre-release, say |
Since it adds a new feature, maybe it can be bumped to |
OK to bump, be should it be a beta? |
No strong opinions. If it doesn't change the default behavior of the |
I would say a beta, but can we also get #275 and my upcoming PR which splits backend and frontend in? |
I think I can have the repo revamp ready for review today, but version drift will just add more work for me. |
OK, let's wait then, there is no hurry. |
@davidbrochart Just checking to see if there is consensus on the solution and can be used, I have a product requirement pending on it, hence asking for the same. |
Hi, is there any update regarding this feature, which I personally consider very important? When will it be integrated into the official release of Jupyter? |
Good question. I think with #307 and https://github.com/datalayer/jupyter-server-nbmodel it will become at least possible to use it via an extension |
@krassowski How can I test this feature out? The above extension seems to not be available on pypi |
@vinaypoduval19 I am impatient too, but the |
This seems not working now. I tried the exact version == or >=, also with |
I also have a problem but with dependencies versions
|
You should start from a fresh environment. |
This currently only works with jupyverse, not yet with jupyter-server.
You can try it with:
Supersedes jupyterlab/jupyterlab#15448.
Closes jupyterlab/jupyterlab#2833.
Closes jupyterlab/jupyterlab#12867.
Peek.2023-11-28.16-25.mp4