< Mujpy.Innards | Index | Mujpy.Dashboard >
Installed on WIN 10 Lenovo by
- download Anaconda from https://anaconda.com
- execute Anaconda.exe
- launch Anaconda Prompt (Anaconda 3), from there
- try out ipython [optional]
- conda install -c conda-force jupyterlab
- download get-pip.py
- launch jupyterlab
- find the Download path
download-path
, and run the jupyterlab cell %cd download-path;%run \get-pip.py
- run the jupyter cell
pip install mujpy
- you are done.
- copy the notebook template of choice from mujpy/examples into your working directory path
- copy your data into path\data*** navigate jupyterlab to the working directory and open the notebook
< Mujpy.Innards | Index | Mujpy.Dashboard >