Install Anaconda on Mac and upload Jupyter (IPython) notebook to Anaconda Cloud

Install Anaconda on Mac

Please refer to here. https://docs.continuum.io/anaconda/install

For Mac, for example, you can download the installer from the link below and install it. https://www.continuum.io/downloads

Environment confirmed to work: macOS Sierra version 10.12.1 Anaconda 4.2.0 (Python 3.5 version)

Using Anaconda Cloud

Create an Anaconda Cloud account

Create an account here. https://anaconda.org

Launch Anaconda Navigator

From the terminal

open ~/anaconda/Anaconda-Navigator.app

Alternatively, double-click Anaconda-Navigator from the ~ / anaconda / folder to start it.

スクリーンショット 2016-11-03 22.00.36.png

From the button on the upper right of the screen, log in with the account you created earlier.

Installation of anaconda-client

From the terminal

conda install anaconda-client

Start Jupyter notebook and try to create a file

From the terminal

jupyter-notebook

Alternatively, launch jupyter from the Anaconda Navigator screen above. It doesn't matter what the contents are, so let's create a file. Here, it is test.ipynb.

Upload the file created above

From the terminal

anaconda upload test.ipynb

This completes the file upload to the anaconda cloud.

Take advantage of markdown notation

Select Markdown from the pull-down menu to add a cell and create a sentence in Markdown notation. For example, # is the main heading and ## is the middle heading.

スクリーンショット 2016-11-03 22.39.31.png

Markdown is reflected by Shifr + Enter (or Ctrl + Enter)

スクリーンショット 2016-11-03 22.39.41.png

Supplementary material

In the above, the file I uploaded to Anaconda Cloud for trial is as follows. https://anaconda.org/mitsuyoshi/zero-kara-tsukuru_deeplearning_ch02/notebook This is the content of self-study in Chapter 2 of "Deep Learning from scratch".

Recommended Posts

Install Anaconda on Mac and upload Jupyter (IPython) notebook to Anaconda Cloud
[Windows] [Python3] Install python3 and Jupyter Notebook (formerly ipython notebook) on Windows
How to install Fast.ai on Alibaba Cloud GPU and run it on Jupyter notebook
Install matplotlib and display graph on Jupyter Notebook
Install module on Anaconda (Mac)
Install and set Jupyter Notebook to create a study note creation environment [Mac]
I tried to install scrapy on Anaconda and couldn't
How to build a beautiful Python environment on a new Mac and install Jupter Notebook
Python environment construction on Mac (pyenv, virtualenv, anaconda, ipython notebook)
Install anaconda on Mac → Add Library
How to install mysql-connector-python on mac
Steps to install matplotlib on Mac
Install Python 3.7 Anaconda on MAC, but Python 2
How to install OpenCV on Mac
Try running Jupyter Notebook on Mac
Steps to install python3 on mac
How to install OpenCV on Cloud9 and run it in Python
How to run Jupyter and Spark on Mac with minimal settings
How to install Theano on Mac OS X 10.10 (using pyenv, anaconda)
Install opencv on Mac using Anaconda Navigator
How to install drobertadams / toggl-cli on Mac
Building a Python development environment on Windows -From installing Anaconda to linking Atom and Jupyter Notebook-
Install anaconda on a new Mac anyway
Personal Note Package to install on Anaconda
Description and summary of what you need to install Chainer on Mac
I want to display an image on Jupyter Notebook using OpenCV (mac)
Try to build python and anaconda environment on Mac (by pyenv, conda)
How to debug with Jupyter or iPython Notebook
[Jupyter Notebook / Lab] 3 ways to debug on Jupyter [Pdb]
Launch and use IPython notebook on the network
Install OpenCV 4.0 and Python 3.7 on Windows 10 with Anaconda
Find and delete memory-hungry variables on Jupyter (IPython)
[Python] How to install OpenCV on Anaconda [Windows]
Introducing Spark to EC2 and linking iPython Notebook
How to install / verify graphviz on anaconda / windows10
jupyter notebook does not start on mac fish
Build a PYNQ environment on Ultra96 V2 and log in to Jupyter Notebook
Install Tensorflow on Mac
Install pyenv on mac
Install Python3 on Mac and build environment [Definitive Edition]
Install selenium on Mac and try it with python
Install Ansible on Mac
Very easy to install SciPy on Mac OS X
How to install Git GUI and Gitk on CentOS
Install Python 3 on Mac
Mac application for double-clicking to open Jupyter Notebook (* .ipynb)
EC2 provisioning with Vagrant + Jupyter (IPython Notebook) on Docker
Install Anaconda on Windows 10
Until you install Anaconda for data analysis on your Mac and launch the IDE
Install Python 3.4 on Mac
Install Caffe on Mac
Install mecab on mac
Install django on python + anaconda and start the server
Install mecab-python on Mac
How to view progress bar on Jupyter Notebook to see progress
[Cloud103] # 3 Jupyter Notebook again
[Memo] Display Jupyter Notebook on PC in monospaced font (Mac)
How to import NoteBook as a module in Jupyter (IPython)
I want to announce my graduation thesis on IPython Notebook
What to do if `pip install matplotlib` fails on Mac
Unable to display tensorboard in jupyter notebook on docker (solved)