- Jupyter for Data Science
- Dan Toomey
- 157字
- 2021-07-08 09:22:30
Detailing the Jupyter tabs
On the web page, we have the soon to be familiar Jupyter logo and three tabs:
- Files
- Running
- Clusters
The Files tab lists the objects available to Jupyter. The files used by Jupyter are stored as regular files on your disk. Jupyter provides context managers that know how to process the different types of files and programs you are using. You can see the Jupyter files when you use Windows Explorer to view your file contents (they have an .ipynb file extension). You can see non-Jupyter files listed in the Jupyter window as well.
The Running tab lists the notebooks that have been started. Jupyter keeps track of which notebooks are running. This tab allows you to control which notebooks are running at any time.
The Clusters tab is for environments where several machines are in use for running Jupyter.
- 演進式架構(原書第2版)
- Redis Applied Design Patterns
- Visual FoxPro 程序設計
- 前端架構:從入門到微前端
- Angular開發入門與實戰
- Visual C++開發入行真功夫
- 貫通Tomcat開發
- Python 3 Object:oriented Programming(Second Edition)
- Solr權威指南(下卷)
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- 基于MATLAB的控制系統仿真及應用
- Implementing Splunk(Second Edition)
- Instant SQL Server Analysis Services 2012 Cube Security
- Python數據分析與挖掘實戰(第2版)
- Selenium自動化測試實戰:基于Python