huxpro.github.io icon indicating copy to clipboard operation
huxpro.github.io copied to clipboard

Is it possible to publish a jupyter notebook as a post? Thx!

Open flgn8668 opened this issue 6 years ago • 1 comments

flgn8668 avatar Mar 01 '19 19:03 flgn8668

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.

Huxpro avatar Aug 29 '19 23:08 Huxpro