huxpro.github.io
huxpro.github.io copied to clipboard
Is it possible to publish a jupyter notebook as a post? Thx!
I didn't know Jupyter Notebook too much but if you want an interactive Python environment you need either a server to host it or a Python VM on Web...
I believed Jupyter Notebook, when running locally, simply running Python on your machine and serve to localhost. I'd also guess Github serve the Python environment on its server.
So chances would be finding some "service" and embedded as an iframe. (like what I did for my slides). A quick google gave me JupyterHub. Not sure would it work though.