Chapter 13 External IDE

Here we learn how to use IDE other than RStudio for Python which:

  • uses the same environment as R reticulate.

13.1 Jupyter notebook

13.1.1 Launch

Step1. In RStudio, run the Python environment setup chunk.
Step2. In RStudio,
Step2.a: Go to Terminal window.
Step2.b: Input: $jupyter notebook

13.1.2 Save

  • save as Jupyter notebook format: .ipynb

  • save as .py format: File -> Download as…