notebooker icon indicating copy to clipboard operation
notebooker copied to clipboard

Productionise & schedule your Jupyter Notebooks as easily as you wrote them.

Results 48 notebooker issues
Sort by recently updated
recently updated
newest added

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...

![image](https://user-images.githubusercontent.com/62784748/202092900-de920bbb-6f67-4cf4-b6ac-d984ef97c630.png) Sequence: 1. git clone 2. cd docker 3. docker-compose up

bug
question
dependencies

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...

enhancement
question

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...

bug
question

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...

enhancement
good first issue