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 | 29 | 30 |
Tags
- python
- download
- dlib
- dataset
- CUDA
- Anaconda
- pyTorch
- python3
- ubuntu
- YouTube 8M
- ppc64le
- colaboratory
- raspberry pi
- face_recognition
- linux
- keras
- Jupyter notebook
- urllib
- 딥러닝
- object detection
- shakeratos
- gpu memory
- error
- windows
- FIle
- Deep Learning
- colab
- TensorFlow
- Windows 10
- install
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