- Jupyter for Data Science
- Dan Toomey
- 156字
- 2021-07-08 09:22:30
A first look at the Jupyter user interface
We can jump right in and see what Jupyter has to offer. A Jupyter screen looks like this:

So, Jupyter is deployed as a website that can be accessed on your machine (or can be accessed like any other website across the internet).
We see the URL of the page, http://localhost:8888/tree. localhost is a pseudonym for a web server running on your machine. The website we are accessing on the web server is in a tree display. This is the default display. This conforms to the display of the projects within Jupyter. Jupyter displays objects in a tree layout much like Windows File Explorer. The main page lists a number of projects; each project is its own subdirectory and contains a further delineation of content for each. Depending on where you start Jupyter, the existing contents of the current directory will be included in the display as well.
推薦閱讀
- 大學計算機基礎(第三版)
- 深入淺出WPF
- 程序員面試算法寶典
- Arduino開發實戰指南:LabVIEW卷
- MongoDB for Java Developers
- Hands-On Natural Language Processing with Python
- Mathematica Data Analysis
- The DevOps 2.5 Toolkit
- 數據結構與算法分析(C++語言版)
- ExtJS高級程序設計
- Python 3 數據分析與機器學習實戰
- TypeScript圖形渲染實戰:2D架構設計與實現
- JavaEE架構與程序設計
- Getting Started with Web Components
- Leaflet.js Essentials