jupyter / notebook

Jupyter Interactive Notebook
https://jupyter-notebook.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
11.69k stars 4.93k forks source link

How to make a webapp based on jupyter notebook? #5618

Open zhiyiZeng opened 4 years ago

zhiyiZeng commented 4 years ago

I want to make a webapp for online data science teaching, like CoCalc. All I can think right now is to insert an iframe into webpages, which is not ideal. I dont't really know what to look at. Please help, thank you all !

Best

pratikgehlott commented 4 years ago

can you elaborate more?

zhiyiZeng commented 4 years ago

Thank you for your time. Maybe I wasn't clear enough. What I was trying to do is to do some modifications on jupyter, let's say, adding some new features, like what CoCalc does. But I have no clues about how jupyter works or how to modify jupyter. It would be great to know where to find more information. Thank you.

pratikgehlott commented 4 years ago

@zhiyiZeng you can search the contributing docs, on how to do modification and all the stuff

zhiyiZeng commented 4 years ago

I can only find tutorial docs, but where to find contributing docs?

pratikgehlott commented 4 years ago

https://jupyter-notebook.readthedocs.io/en/stable/contributing.html i hope this helps