Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 778 Bytes

Background-Jupyter.md

File metadata and controls

19 lines (15 loc) · 778 Bytes

Background: Jupyter

Jupyter is a fantastic tool for writing code with embedded visualizations. We provide one such notebook, notebooks/getting-started.ipynb, for testing the Python control interface to a Unity build. This notebook is introduced in the Getting Started with the 3D Balance Ball Environment tutorial, but can be used for testing the connection to any Unity build.

For a walkthrough of how to use Jupyter, see Running the Jupyter Notebook in the Jupyter/IPython Quick Start Guide. To launch Jupyter, run in the command line:

jupyter notebook

Then navigate to localhost:8888 to access your notebooks.