From T3_KR_KNU
(→커스텀 커널 사용하기) |
(→JupyterHub) |
||
Line 3: | Line 3: | ||
=== 소개 === | === 소개 === | ||
+ | * jupyterhub는 jupyter notebook을 다중 사용가 사용할수 있도록 만들어진 환경입니다. | ||
+ | * 아래 주소를 이용하여 jupyterhub에 접속할 수 있습니다. | ||
* https://cms.knu.ac.kr:8000 | * https://cms.knu.ac.kr:8000 | ||
− | === | + | === 커널 === |
− | ==== Python 2.7 ==== | + | ==== 기본 제공 커널 ==== |
+ | |||
+ | ===== Python 2.7 ===== | ||
* htcondor (htcondor python api) | * htcondor (htcondor python api) | ||
* pyroot | * pyroot | ||
− | ==== Python 3.6 (PyROOT) ==== | + | ===== Python 3.6 (PyROOT) ===== |
* pyroot | * pyroot | ||
− | ==== Python 3.7 (TF_CPU) ==== | + | ===== Python 3.7 (TF_CPU) ===== |
* tensorflow | * tensorflow | ||
− | === 사용자 커널 추가하기 === | + | ==== 사용자 커널 추가하기 ==== |
+ | |||
+ | === HTCondor Python API === | ||
+ | |||
+ | * HTCondor Python Bindings Tutorials (https://htcondor.readthedocs.io/en/latest/apis/python-bindings/tutorials/index.html) | ||
+ | * Submitting and Managing Jobs (https://htcondor.readthedocs.io/en/latest/apis/python-bindings/tutorials/Submitting-and-Managing-Jobs.html) | ||
+ | * [https://htcondor.readthedocs.io/en/latest/apis/python-bindings/tutorials/Advanced-Job-Submission-And-Management.html Advanced Job Submission and Management] | ||
+ | |||
+ | === PyROOT === | ||
+ | |||
+ | * | ||
+ | |||
+ | === tensorflow === | ||
+ | |||
+ | * tensorflow gpu의 사용을 위해서는 htcondor를 이용하여 gpu 서버를 사용할 수 있습니다. |
Revision as of 04:13, 16 March 2022
Contents
JupyterHub
소개
- jupyterhub는 jupyter notebook을 다중 사용가 사용할수 있도록 만들어진 환경입니다.
- 아래 주소를 이용하여 jupyterhub에 접속할 수 있습니다.
- https://cms.knu.ac.kr:8000
커널
기본 제공 커널
Python 2.7
- htcondor (htcondor python api)
- pyroot
Python 3.6 (PyROOT)
- pyroot
Python 3.7 (TF_CPU)
- tensorflow
사용자 커널 추가하기
HTCondor Python API
- HTCondor Python Bindings Tutorials (https://htcondor.readthedocs.io/en/latest/apis/python-bindings/tutorials/index.html)
- Submitting and Managing Jobs (https://htcondor.readthedocs.io/en/latest/apis/python-bindings/tutorials/Submitting-and-Managing-Jobs.html)
- Advanced Job Submission and Management
PyROOT
tensorflow
- tensorflow gpu의 사용을 위해서는 htcondor를 이용하여 gpu 서버를 사용할 수 있습니다.