#2369: Reduce dependency on manually replacing primaite version across documentation
This commit is contained in:
@@ -17,12 +17,12 @@ Running Jupyter Notebooks
|
||||
.. code-block:: bash
|
||||
:caption: Unix
|
||||
|
||||
cd ~/primaite/PRIMAITE_VERSION_TOKEN
|
||||
cd ~/primaite/{VERSION}
|
||||
|
||||
.. code-block:: powershell
|
||||
:caption: Windows (Powershell)
|
||||
|
||||
cd ~\primaite\PRIMAITE_VERSION_TOKEN
|
||||
cd ~\primaite\{VERSION}
|
||||
|
||||
2. Run jupyter notebook
|
||||
|
||||
|
||||
Reference in New Issue
Block a user