

# Setting up a Jupyter Notebook server on a DLAMI instance
<a name="setup-jupyter"></a>

With a Jupyter Notebook server, you can create and run Jupyter notebooks from your DLAMI instance. With Jupyter notebooks, you can conduct machine learning (ML) experiments for training and inference while using the Amazon infrastructure and accessing packages built into the DLAMI. For more information about Jupyter notebooks, see [The Jupyter Notebook](https://jupyter-notebook.readthedocs.io/en/latest/notebook.html) on the Jupyter User Documentation website.

To set up a Jupyter Notebook server, you must:
+ Configure the Jupyter Notebook server on your DLAMI instance.
+ Configure your client to connect to the Jupyter Notebook server. We provide configuration instructions for Windows, macOS, and Linux clients.
+ Test the setup by logging in to the Jupyter Notebook server.

To complete these steps, follow the instructions in the following topics. After you've set up a Jupyter Notebook server, you can run the example notebook tutorials that ship in the DLAMIs. For more information, see [Running Jupyter Notebook Tutorials](tutorial-jupyter.md).

**Topics**
+ [Securing server](setup-jupyter-secure.md)
+ [Starting server](setup-jupyter-start-server.md)
+ [Connecting client](setup-jupyter-connect.md)
+ [Logging in](setup-jupyter-login.md)