Jupyter
#
Find similar titles
- (rev. 30)
- Hyungyong Kim
Structured data
- Programming Language
- Python
- Javascript
- URL
- https://jupyter.org
IPython Notebook 3.0이 다른 언어들(bash, Julia, R)을 지원하면서 Jupyter로 이름이 바뀌다.
Table of Contents
팁 #
단축키 #
- Cmd + Shift + P: shortcut help
- Command mode
- H: help
- L: lines display toggle
- J, K: cell up and down
- A, B: insert cell
- M, Y: markdown or code
- DD: delete cell
- F: find and replace
- O: toggle output
- Writing mode
- Shift + Tag: object help
- Ctrl + Shift + -: split cell
- Select multiple cells
- Shift + J, K
- copy & paste
다중 커널 #
커널 관련 명령
$ jupyter kernelspec list
Available kernels:
python3 /Users/{USER}/Library/Jupyter/kernels/python3
python2 /usr/local/share/jupyter/kernels/python2
$ jupyter kernelspec remove python3
$ python3 -m ipykernel install --user
이미 설치된 커널의 환경을 바꾸고 싶은 경우, kernelspec 경로의 kernel.json 파일을 수정한다.
{
"argv": [
"python3",
"-m",
"ipykernel_launcher",
"-f",
"{connection_file}"
],
"display_name": "Python 3",
"language": "python"
}
설치 #
Windows #
Windows용 anaconda설치 https://www.continuum.io/downloads#_windows 후, jupyter설치
윈도우 명령프롬프트에서
conda install jupyter
OS X #
pip로 설치
pip install jupyter
관련 모듈 #
- Voila: Voila를 사용해 Jupyter Notebook Dashboard 만들기
- folium: Dynamic map binding
- jupyter-themes
- ipyvolume: 3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL
관련 논문 #
- Why Jupyter is data scientists’ computational notebook of choice Nature : Jupyter가 네이처에 소개되다.
- NGLview - Interactive molecular graphics for Jupyter notebooks Bioinformatics
- Interactive network visualization in Jupyter notebooks: visJS2jupyter Bioinformatics : Jupyter에서 쓸 수 있는 네트워크 가시화 Javascript, visJS2jupyter
- Clustergrammer, a web-based heatmap visualization and analysis tool for high-dimensional biological data Scientific Data : Jupyter에서 쓸 수 있는 heatmap 가시화 Javascript, Clustergrammer
관련 포스트 #
- How to use Jupyter Notebooks in 2020
- Advanced Jupyter Notebooks: A Tutorial : 주피터 고급기능 알찬 글
- Integrate Google Sheets and Jupyter Notebooks: 구글시트와 주피터 연결하기
- 28 Jupyter Notebook tips, tricks and shortcuts : 팁, 트릭, 단축키 28가지
- Pipelining R and Python in Notebooks : R 코드 연동하기 - 이렇게 간단하게 될 수가!
- Building Interactive Dashboards with Jupyter : 동적위젯을 포함시키는 방법
- 예제로 따라해보는 Jupyter, pandas 데이터 분석 Insilicogen, Inc. 블로그, Hyungyong Kim
- IPython notebook tutorial: Plotly와 연계한 IPython notebook 튜토리얼
- 주피터(Jupyter) 노트북과 자바스크립트 환경 이해하기 - 주피터 위에서 d3.js를 활용한 시각화 : D3.js로 사용하기.
- 주피터(Jupyter, IPython >= 3)의 다중 커널 개념 이해하기 - 파이썬2와 파이썬3 동시에 사용하기 : Python 3과 동시에 사용하기
관련 정보 #
Incoming Links #
Related Articles (Article 0) #
- Bioinformatics
- Colaboratory
- Coronavirus disease 2019
- Data science
- Machine learning
- Mathematics
- Metaprogramming
- Natural language processing
- Probability
- Survival analysis
- Tuxedo protocol
- 대한민국 SNS 이용현황 그림 다시 그리기
Related Codes (Code 1) #
[Codes] About (Code 2) #
Suggested Pages #
- 0.118 Large language model
- 0.092 WDL
- 0.082 Random variable
- 0.081 Kubeflow
- 0.060 Poisson distribution
- 0.050 Bayesian inference
- 0.041 Radian
- 0.040 Probability distribution
- 0.036 Conditional expectation
- 0.034 Normal distribution
- More suggestions...