- 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.
推薦閱讀
- C++程序設計(第3版)
- Leap Motion Development Essentials
- 青少年美育趣味課堂:XMind思維導圖制作
- C語言程序設計
- Mastering Predictive Analytics with Python
- Python算法從菜鳥到達人
- Create React App 2 Quick Start Guide
- Python機器學習算法與應用
- Hadoop 2.X HDFS源碼剖析
- Windows Phone 8 Game Development
- SSH框架企業級應用實戰
- Splunk Essentials
- ASP.NET本質論
- 51單片機C語言程序設計經典實例(第3版)
- 自然語言處理NLP從入門到項目實戰:Python語言實現