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)
Create an account here. https://anaconda.org
From the terminal
open ~/anaconda/Anaconda-Navigator.app
Alternatively, double-click Anaconda-Navigator from the ~ / anaconda / folder to start it.
From the button on the upper right of the screen, log in with the account you created earlier.
From the terminal
conda install anaconda-client
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.
From the terminal
anaconda upload test.ipynb
This completes the file upload to the anaconda cloud.
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.
Markdown is reflected by Shifr + Enter (or Ctrl + Enter)
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