-
-
Notifications
You must be signed in to change notification settings - Fork 36
Support server-side execution #279
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
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
@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. |
* 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 <[email protected]> --------- Co-authored-by: Michał Krassowski <[email protected]>
* 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 <[email protected]> --------- Co-authored-by: Michał Krassowski <[email protected]>
* 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 <[email protected]> --------- Co-authored-by: Michał Krassowski <[email protected]>
It is not working even from the fresh environment
|
@banderlog You need to install |
OK, so the actual steps are:
Now it's kinda working, but not as on the video at the beginning of this topic. On page reload it will halt for ~5sec and than produce notebook with updated output, but it will be static When I tried second time, notebook just crashed with
|
Thanks for reporting the issue @banderlog. This should be fixed by the following PRs: |
@banderlog It should be fixed in jupyverse v0.7.8. |
Same set of installation commands as before, now crashes with error
error log
|
It looks like your db is wrong, could you try removing |
I do not have such file, as far as I know: sudo updatedb
locate .jupyter_ystore.db
# nothing found |
Ah I meant |
@davidbrochart yep, now it works as intended in the first video 👍 |
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