사용자 도구

사이트 도구


freebsd:jupyterhub

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
freebsd:jupyterhub [2021/01/28 16:18] – 만듦 minsookimfreebsd:jupyterhub [2021/02/03 15:35] (현재) minsookim
줄 1: 줄 1:
 ====== Jupyterhub 설치하기 ====== ====== Jupyterhub 설치하기 ======
 +이건 FreeBSD port가 따로 없기 때문에 다음의 과정을 통해서 설치했다.
 +  cd /usr/ports/devel/py-pip
 +  make config
 +  make all install clean
 +  
 +  cd /usr/ports/www/node
 +  make config
 +  make all install clean
 +  
 +  cd /usr/ports/www/nmp
 +  make config
 +  make all install clean
 +  
 +  pip install jupyterhub jupyterlab
 +  pip install ipywidgets
 +  npm install -g configurable-http-proxy
 +
 +
 +  cd /usr/ports/math/py-matplotlib 
 +  make config
 +  make all install clean
 +
 +  pip install schrodinger
 +  /usr/ports/multimedia/py-ffmpeg-python
 +  make config
 +  make all install clean
 +  pip install ase f90wrap
 +  cd /usr/ports/devel/git
 +  make config
 +  make all install clean
 +  
 +  pip install qutip
 +
 +설치 후에 [[https://nbviewer.jupyter.org/github/jrjohansson/scientific-python-lectures/blob/master/Lecture-4-Matplotlib.ipynb]]에서 알려주는 대로 따라한 첫 화면. 작동한다!
 +{{:freebsd:screenhunter_1909_jan._29_07.38.jpg?direct|}}
 +
 +
 +
  
  
freebsd/jupyterhub.1611850693.txt.gz · 마지막으로 수정됨: 2021/01/28 16:18 저자 minsookim