- Jupyter for Data Science
- Dan Toomey
- 81字
- 2021-07-08 09:22:35
Sharing on GitHub
GitHub (and others) allow you to place a notebook on their servers that, once there, can be accessed directly using the nbviewer. The server has installed Python (and other language) coding needed to support your notebook. The nbviewer is a read-only use of your notebook, and is not interactive.
The nbviewer is available at https://github.com/jupyter/nbviewer. The site includes specific parameters which need to be added to the ipython notebook command, such as the command to start the viewer.
推薦閱讀
- 一步一步學Spring Boot 2:微服務項目實戰
- C#程序設計實訓指導書
- 小創客玩轉圖形化編程
- Ceph Cookbook
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- 算法精粹:經典計算機科學問題的Java實現
- aelf區塊鏈應用架構指南
- Visual Basic程序設計教程
- 面向對象程序設計(Java版)
- SQL基礎教程(第2版)
- C語言開發基礎教程(Dev-C++)(第2版)
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- Flowable流程引擎實戰
- C編程技巧:117個問題解決方案示例
- Machine Learning for OpenCV