Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.28 KB

README.md

File metadata and controls

17 lines (10 loc) · 1.28 KB

Welcome to Jupyter

Jupyter Notebooks and Jupyter Lab are popular environments for developing Python code. Starting in version 1.2.5, RStudio Server Pro can be configured to provide users with access to Jupyter Sessions. This repository contains a few example Jupyter Notebooks and Python scripts that can be used to explore those features.

Getting Started

Log in to the RStudio IDE and click on New Session. Then select either JupyterLab or Jupyter Notebook from the Editor menu:

RStudio New Session Dialogue

Once the session is started, open up jupyter-static-visualization and then click on jupyter-static-visualization.ipynb to open up the Jupyter Notebook.

Jupyter Notebook initial view

Once the notebook is running, you can execute code cells by either clicking the "play" button in the menu bar or by pressing Shift + Enter from within a cell.

More Information

A more complete set of R + Python examples is available on GitHub. More information about RStudio can be found at RStudio.com and you can learn more about Jupyter by visiting jupyter.org.