Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Jupyter notebook
- colab
- urllib
- linux
- ppc64le
- Anaconda
- TensorFlow
- dataset
- YouTube 8M
- object detection
- windows
- CUDA
- FIle
- shakeratos
- python
- install
- Deep Learning
- raspberry pi
- python3
- colaboratory
- Windows 10
- face_recognition
- gpu memory
- pyTorch
- dlib
- keras
- 딥러닝
- ubuntu
- download
- error
Archives
- Today
- Total
Shakerato
jupyter notebook setup: an anaconda environment as a kernel 본문
1. Install ipykernel each environments
conda install ipykernel
2. Set jupyter notebook kernel in the anaconda default environment
Type 'activate' in cmd
python -m ipykernel install --user --name <env name> --display-name "<kernel name to be displayed>"
3. Run the juypter-notebook
C:\ProgramData\Anaconda3\Scripts\jupyter-notebook.exe --ip <ipv4 address>
4. Change kernel
Click *.ipynb - [Kernel tap] - [change kernel] - select a kernel
'Research' 카테고리의 다른 글
Visual Studio Community 2015 download (0) | 2018.08.02 |
---|---|
python opencv 'cv2.cv2 has no attribute' error solution (0) | 2018.07.31 |
유튜브 다크모드(테마) 변경 (0) | 2018.07.24 |
Install face_recognition and dlib on Windows 10 (0) | 2018.07.15 |
spaCy, Natural Language Processing library (0) | 2018.07.01 |
Comments