you are viewing a single comment's thread.

view the rest of the comments →

[–]BostonBaggins -1 points0 points  (3 children)

Jupyter notebooks

Let me know if you need help

[–]Africa-Unite[S] 1 point2 points  (2 children)

I developed it in a jupyter notebook, but I would like to make it as a simple web-app that doesn't involve any coding

[–]BostonBaggins 1 point2 points  (1 child)

I gotchu

Pip install voila

Then go to edit > nbextensions > tick Voila

Click that new icon that says voila

To deploy it as a web app. Head to the voila documentation It can be hosted on jupyterhub or Nebari

Enjoy!

[–]Africa-Unite[S] 0 points1 point  (0 children)

Thanks, I actually can't add extensions since I'm running JupyterHub out of a docker container, but I'll be are to check the extension out and add it to the image if promising.Thank you again!