-
Notifications
You must be signed in to change notification settings - Fork 18
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
Any chance to get a support for jupyter lab 3.4? #25
Comments
This should be pretty easy to implement if you'd like to contribute a PR. Assuming Jupyter didn't change their plugin API's, it should just be a matter of bumping the versions in the package.json up |
I've been working on a fork at https://github.com/surfaceowl/jupyterlab_scheduler get this working for jupyterlab 3.6.1 and python 3.11 which is already in place for an existing project (built with pip in a virtualenv). Since the package on pypi won't install with these version of jupyterlab and python - by tweaking setup.py and temporarily including
...and
Any pointers on how this might be resolved? I'm not finding the problematic line 361 in |
More people are reporting this problem over in the jupyterlab package - so this is a breaking issue. Seems like current code in this package assumes a conda environment, so need to write to work in both conda and pip installed environmetns.. Please see jupyter-server/jupyter-scheduler#337 |
Thanks for doing some digging on the issue! Interesting to see that Jupyter released an official schedule plug-in. Does their release make this project obsolete? |
@jovanni-hernandez -- you are most welcome, glad to help. I'm not sure if the recent release of jupyter-server makes this plugin obsolete or not... but hopefullly @dlqqq can comment - has have been very active recently on the scheduler in the juypter-server project |
Hey folks! So, Jupyter Scheduler is an official extension that is under active development and maintenance, and works out-of-the-box with the latest JupyterLab versions (currently 3.6.1). We would be happy to welcome new users to Jupyter Scheduler. 🤗 We do also currently require a Conda environment, but that is very likely to change in the near future (thanks to @surfaceowl for reminding me). |
We introduced Jupyter Scheduler late last year, and we are still improving it. Please feel free to file issues on our project if you find bugs or if you have enhancement suggestions. Thanks for your interest! |
@dlqqq @JasonWeill it's great to see an official scheduler be released, it's a feature I've used in tons of my projects, and I was surprised by how many other folks found it useful. I'm more than happy to retire my project and start pointing folks who stumble upon it over to the official plugin. |
@jovanni-hernandez If you're comfortable with that, could you create a separate issue so we can discuss next steps in this process? |
is it possible to use cron as scheduling engine with jupyter Scheduler? |
@mouatez25 Jupyter Scheduler supports custom schedulers, passed as the name of a Python class, as documented here: https://jupyter-scheduler.readthedocs.io/en/latest/operators/index.html#scheduler-class Jupyter Scheduler does not specifically use If you would like to request an enhancement to Jupyter Scheduler, you can open an issue here: https://github.com/jupyter-server/jupyter-scheduler/issues . Thanks for your interest! |
@JasonWeill thanks for your quick reply !!! we are used to use https://pypi.org/project/jupyterlab-scheduler/ and it writes to our user's crontab which makes things more easier for our users. thanks |
@jovanni-hernandez is there any chance we can make it work with jupyterlab 4 ? |
The package is downgrading jupyterlab to 3.1.19
any chance to making it work with the newer version?
The text was updated successfully, but these errors were encountered: