- Mastering OpenCV 4 with Python
- Alberto Fernández Villán
- 139字
- 2021-07-02 12:07:11
Installing Jupyter with pip
You can also install Jupyter using Python's package manager, pip, by running the following commands:
$ python -m pip install --upgrade pip
$ python -m pip install jupyter
At this point, you can start the notebook server by running the following command:
$ jupyter notebook
The previous command will show you some key information in connection with the notebook server, including the URL of the web application (which by default is http://localhost:8888). It will then open your default web browser to this URL. To start a specific notebook, the following command should be used:
$ jupyter notebook notebook.ipynb
This was a quick introduction to notebooks. In the next chapters, we are going to create some notebooks, so you will have the opportunity to play with them and gain full knowledge of this useful tool.
推薦閱讀
- 新編Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- 基于粒計(jì)算模型的圖像處理
- LabVIEW入門與實(shí)戰(zhàn)開發(fā)100例
- Hands-On Data Structures and Algorithms with JavaScript
- 三維圖形化C++趣味編程
- MATLAB定量決策五大類問題
- Java應(yīng)用開發(fā)技術(shù)實(shí)例教程
- Java程序設(shè)計(jì)
- 微信小程序入門指南
- 數(shù)據(jù)結(jié)構(gòu)與算法分析(C++語(yǔ)言版)
- Android應(yīng)用案例開發(fā)大全(第二版)
- 軟件體系結(jié)構(gòu)
- IPython Interactive Computing and Visualization Cookbook
- TypeScript全棧開發(fā)
- PHP程序設(shè)計(jì)高級(jí)教程