diff --git a/docs/source/example_notebooks.rst b/docs/source/example_notebooks.rst index 3bf14bcb..e77b444e 100644 --- a/docs/source/example_notebooks.rst +++ b/docs/source/example_notebooks.rst @@ -51,6 +51,8 @@ Running Jupyter Notebooks via VSCode It is also possible to view the Jupyter notebooks within VSCode. +The best place to start is by opening a notebook file (.ipynb) in VSCode. If using VSCode to view a notebook for the first time, follow the steps below. + Installing extensions """"""""""""""""""""" @@ -71,3 +73,5 @@ The following extensions should now be installed :align: center VSCode will then ask for a Python environment version to use. PrimAITE is compatible with Python versions 3.8 - 3.10 + +You should now be able to interact with the notebook. diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index 7a23e4f8..91db4693 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -57,7 +57,7 @@ Install PrimAITE .. code-block:: powershell :caption: Windows (Powershell) - cd ~\primaite\3.0.0 + cd ~\primaite\{VERSION} python3 -m venv .venv attrib +h .venv /s /d # Hides the .venv directory