notebooker
notebooker copied to clipboard
Productionise & schedule your Jupyter Notebooks as easily as you wrote them.
Being able to read scheduled cron time from the notebook would improve the use case of using notebooker as tool to generate periodic reports. Might also need to maintain that...
At the moment one needs to hit 'Execute a Notebook' and choose a notebook in order for the list of notebooks to be reloaded. Might be worth making it more...
 Sequence: 1. git clone 2. cd docker 3. docker-compose up
I would like to tryout notebooker deployed on kubernetes. For quick exploration purposes I just run the command ```bash mkdir -p /home/jovyan/shared/.analytics-workspace/.mongodb;conda install -y -c anaconda mongodb=6.0.2;mongod --dbpath /home/jovyan/shared/.analytics-workspace/.mongodb &pip...
I want to try out notebooker. I don't have access to python on my laptop for enterprise reasons. I can work inside jupyterhub. I run ``` mkdir -p /home/jovyan/shared/.analytics-workspace/.mongodb conda...
Love the project and concepts but having a few issues in getting this up and running on windows 11 1) In window virtual env the executable notebooker-cli is in the...
I was spinning up the docker compose to test out notebooker and it seems some npm packges are deprecated, how do you guys do the check and update them in...
Hi, I am trying to use my default JupyterLab kernel for executing notebooks via Notebooker but I don't think this configuration is applied. I've tried following commands `notebooker-cli --notebook-kernel-name=python3` `notebooker-cli...