.. _notebook: ##################### The Notebook Server ##################### If you're already familiar with Jupyter notebooks: * Skim the section on :ref:`how to login to the Nevis notebook server ` (if you're at Nevis). * ROOT takes a slightly different approach to :ref:`drawing plots ` in a notebook. * No matter what, read the section on :ref:`JSROOT `. It will introduce you to ROOT's interactive plots within notebooks. If you're not familiar with Jupyter or IPython, welcome! I'm going to introduce you to a different software development tool. It's independent of ROOT, but it can be handy for creating ROOT programs. .. toctree:: :maxdepth: 1 StartingJupyter.md FirstNotebook.md MarkdownCells.md CppKernel.md MagicCommands.md