New: jupyter-notebookAll contenthive-129948hive-196917krzzanhive-185836hive-183959steemhive-180932hive-150122photographyhive-101145hive-183397hive-144064uncommonlabhive-184714hive-188619krsuccesshive-193637bitcoinhive-166405hive-103599hive-193186hive-145157hive-179660hive-180301TrendingNewHotLikersradajin (29)in kr • 6 years agoPython 설치Python, Jupyter Notebook 설치 Python 설치 파이썬은 많은 통합개발환경(IDE:Integrated Development Environment)를 통해서 코드를 작성할수 있지만 데이터 사이 언스라는 강좌의 특성상 Jupyter Notebook에서 코드를 작성하여 실행합니다. macOS와 Windows에서의 Jupyter…ankurankan (25)in google-colab • 7 years agosteemCreated with Sketch.Importing data to Google ColaboratoryGoogle Colaboratory is a Jupyter Notebook enviornment that doesn't require any setup and completely runs in the cloud. The notebooks are stored on Google Drive, so it can be easily shared. Over…south-man (32)in python • 7 years agoPrinting a picture from a Python jupyter notebook.%pylab inline import matplotlib.pyplot as plt import matplotlib.image as mpimg img=mpimg.imread('poster.jpg') imgplot = plt.imshow(img) plt.show() result *The image must be at the…rawoon89 (25)in apache-spark • 7 years agoApache Spark w/ jupyter 설정 & 설치환경 python 을 사용해서 spark 를 활용하기 위해 사전 준비 작업을 포스팅합니다. 여러 블로그에서 spark 자체의 jupyter-notebook 기능을 활용해서 하는 것들을 보여줬었습니다. 저는 spark 를 활용할 수 있는 가상환경을 만들고 이를 jupyter-notebook kernel 로 올려서 사용할…rawoon89 (25)in aws-ec2 • 7 years agosteemCreated with Sketch.[jupyter notebook] install and publish public server설치 환경 AWS-EC2, ubuntu 14.04 bash , python3 환경에서 진행하였습니다. 설치 방법 가장 먼저 jupyter 를 설치합니다. $ pip3 install jupyter 로컬환경에서는 다음 명령으를 이용하면 localhost:8888 로 접속가능합니다. $ jupyter…