- Jupyter for Data Science
- Dan Toomey
- 66字
- 2021-07-08 09:22:36
Store as HTML on a web server
A built-in feature of notebooks is to export the notebook into different formats. One of those is HTML. In this manner, you could export the notebook into HTML and copy the file(s) onto your web server as changes are made.
The command is jupyter nbconvert <notebook name>.ipynb --to html.
Again, this would be a non-interactive, read-only version of your notebook.
推薦閱讀
- Python編程自學手冊
- C語言程序設計實踐教程(第2版)
- Progressive Web Apps with React
- 程序員面試筆試寶典
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- Django:Web Development with Python
- 網絡爬蟲原理與實踐:基于C#語言
- Linux命令行與shell腳本編程大全(第4版)
- Python機器學習算法與實戰
- 打開Go語言之門:入門、實戰與進階
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通
- Mastering Elixir
- Java程序設計基礎(第6版)
- C Primer Plus(第6版)中文版【最新修訂版】
- Socket.IO Cookbook