New: jupyternotebookAll contenthive-129948krhive-196917zzanhive-183959hive-185836hive-180932hive-166405steemhive-150122hive-101145photographyhive-183397hive-144064uncommonlabhive-184714hive-188619hive-193637krsuccesshive-145157bitcoinhive-103599hive-193186hive-180301lifeTrendingNewHotLikersradajin (29)in kr • 6 years agojupyter notebook(주피터 노트북)에서 startup(스타트업) 파일 설정하기iPython configuration : setting startup file Jupyter Notebook에서 자주 사용하는 패키지의 경우 항상 상단에 입력해줘야 하는 번거러움이 있습니다. 이러한 번거러움 을 없애기 위해서 Jupyter Notebook에서 사용 할때마다 자주 사용하는 패키지가 실행되도록 설정하여 항상 패키지를 호출 해야하는…radajin (29)in kr • 6 years agoHow To Use Jupyter NotebookHow To Use Jupyter Notebook 주피터 노트북은 오픈소스의 웹 어플리케이션으로 브라우져상에서 라이브 코딩이 가능합니다. 코딩과 동시에 바로바로 결과 를 확인할수 있고 그래프나 이미지등도 브라우져 내에서 바로 확인이 가능하기 때문에 주로 데이터 사이언스 분야에서 많이 사용합니다. 또한 파이썬 이외의 다른 언어도 지원하며 내부에…radajin (29)in kr • 6 years agoJupyter Notebook 설치Jupyter Notebook 설치 Windows의 경우에는 Anaconda에 아래의 패키지들이 설치되어 있으므로 바로 Jupyter Notebook을 실행하면 됩니다. 1. 패키지 설치 1.1 패키지 한개씩 설치 $ pip3 install ipythonminsuk (25)in jupyter • 7 years agoJupyter Notebook short tutorial for beginnerThis is short video tutorial how to use Jupyter notebook which will speed you up in python programming. I covered all basics you must know in five minutes. ▶️ DTube ▶️ IPFSfanpengcheng (25)in python • 7 years agoSetup Jupyter Notebook ServerOS: Raspbian 1.Install Jupyter Notebook pip install -U 'ipython[notebook]'