- Jupyter for Data Science
- Dan Toomey
- 297字
- 2021-07-08 09:22:30
What actions can I perform with Jupyter?
Next, we see:
- A prompt Select items to perform action
- An Upload button
- A New pull down menu and
- A Refresh icon
The prompt tells you that you can select multiple items and then perform the same action on all of them. Most of the following actions (in the menus) can be performed over a single item or a selected set of items.
The Upload button will present a prompt to select a file to upload to Jupyter. This would typically be used to move a data file into the project for access in the case where Jupyter is running as a website in a remote location where you can't just copy the file to the disk where Jupyter is running.
The New pull down menu presents a list of choices of the different kinds of Jupyter projects (kernels) that are available:

We can see the list of objects that Jupyter knows how to create:
- Text File: Create a text file for use in this folder. For example, if the notebook were to import a file you may create the file using this feature.
- Folder: Yes, just like in Windows File Explorer.
- Terminals Unavailable: Grayed out, this feature can be used in a Nix environment.
- Notebooks: Grayed out,-this is not really a file type, but a heading to the different types of notebooks that this installation knows how to create.
- Julia 0.4.5: Creates a Julia notebook where the coding is in the Julia language.
- Python 3: Creates a notebook where the coding is in the Python language. This is the default.
- R: Creates a notebook where the coding is in the R language.
- Depending on which kernels you have installed in your installation, you may see other notebook types listed.
推薦閱讀
- 移動UI設計(微課版)
- Mastering Selenium WebDriver
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- Selenium Design Patterns and Best Practices
- Java程序設計與計算思維
- 用戶體驗增長:數字化·智能化·綠色化
- C語言程序設計上機指導與習題解答(第2版)
- 智能搜索和推薦系統:原理、算法與應用
- Instant PHP Web Scraping
- QGIS 2 Cookbook
- Serverless Web Applications with React and Firebase
- SQL Server 2008中文版項目教程(第3版)
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- Java程序設計教程
- Learning Alfresco Web Scripts