当前位置:网站首页>Using Jupiter notebook in virtual environment
Using Jupiter notebook in virtual environment
2022-04-23 13:46:00 【Silent city of the sky】
jupyter notebook
(1) Install... In the corresponding virtual environment ipykernel
pip install ipykernel
(2) Then use ipykernel Generate virtual environment kernel
python -m ipykernel install --user --name Environment name
(3) View installed kernel Kernel and location of
jupyter kernelspec list
(4) Delete a kernal, Such as tensor-gpu
jupyter kernelspec remove tensor-gpu
install jupyter notebook
1. Use anaconda install
conda install jupyter notebook
2. Use pip Command to install
pip install jupyter
auxiliary :
jupyter notebook – markdown Use
1. Install extensions to add directories :
conda install -c conda-forge jupyter_contrib_nbextensions
2. There are too many navigation bars Nbextensions class , Click on Nbextensions Check "Table of Contens"
3. After the jupyter notebook Use markdown Click on **** The icon in the figure below can be used .
4. Add links
Add the body of the link
Jump tips
Jump tips
No prompting
5. Load the specified web page source code
%load URL
6. Load local python file
%load python The absolute path to the file
7. Run directly without loading
%run python The absolute path to the file
or
!python python The absolute path to the file
8. Get the absolute path of the current location
%pwd
or
!pwd
版权声明
本文为[Silent city of the sky]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230556366052.html
边栏推荐
- Ora-600 encountered in Oracle environment [qkacon: fjswrwo]
- MySQL [SQL performance analysis + SQL tuning]
- Personal learning related
- Oracle generates millisecond timestamps
- OSS cloud storage management practice (polite experience)
- Example of specific method for TIA to trigger interrupt ob40 based on high-speed counter to realize fixed-point machining action
- Bottomsheetdialogfragment + viewpager + fragment + recyclerview sliding problem
- 联想拯救者Y9000X 2020
- The interviewer dug a hole for me: what's the use of "/ /" in URI?
- Storage scheme of video viewing records of users in station B
猜你喜欢
Zero copy technology
Campus takeout system - "nongzhibang" wechat native cloud development applet
SAP ui5 application development tutorial 72 - trial version of animation effect setting of SAP ui5 page routing
[machine learning] Note 4. KNN + cross validation
Opening: identification of double pointer instrument panel
Dolphin scheduler scheduling spark task stepping record
Explanation of input components in Chapter 16
PG SQL intercepts the string to the specified character position
Unified task distribution scheduling execution framework
Ai21 labs | standing on the shoulders of giant frozen language models
随机推荐
Django::Did you install mysqlclient?
Lenovo Savior y9000x 2020
MySQL index [data structure + index creation principle]
MySQL [read / write lock + table lock + row lock + mvcc]
Detailed explanation of Oracle tablespace table partition and query method of Oracle table partition
Why do you need to learn container technology to engage in cloud native development
Operations related to Oracle partition
Detailed explanation of redis (Basic + data type + transaction + persistence + publish and subscribe + master-slave replication + sentinel + cache penetration, breakdown and avalanche)
The query did not generate a result set exception resolution when the dolphin scheduler schedules the SQL task to create a table
TCP 复位gongji原理和实战复现
Leetcode brush question 𞓜 13 Roman numeral to integer
19c RAC steps for modifying VIP and scanip - same network segment
ARGB transparency conversion
Apache Atlas Compilation and installation records
GDB的使用
SAP UI5 应用开发教程之七十二 - SAP UI5 页面路由的动画效果设置试读版
Solution: you have 18 unapplied migration (s) Your project may not work properly until you apply
ACFs file system creation, expansion, reduction and other configuration steps
NPM err code 500 solution
TIA博途中基於高速計數器觸發中斷OB40實現定點加工動作的具體方法示例