Skip to content
Snippets Groups Projects
Commit be85f00e authored by Tarik Graba's avatar Tarik Graba :scream_cat:
Browse files

Minimal instruction to run the Télécom Paris Lab

parent 22cd2668
No related branches found
No related tags found
No related merge requests found
# How to on Télécom Paris Lab machines
- physically on a lab machine
or
- through a RDP (Remote Desktop) connection (VPN/CampusTelecom or authenticated Ethernet)
* Windows should have "Remote Desktop/Bureau à distance" already installed
* Linux user can use Remmina or rdesktop cli
* Machine usage can be seen here https://supervision.enst.fr/tp/
Example _connect to machine #10 of the 3a101 room):_
```sh
rdesktop -k fr -g 1280x1024 tp-3a101-10
```
- Open a terminal (system -> xfce-terminal)
- If you want to work on the local hard drive
```sh
cd home/users/<your_login>
```
- Create then activate a virtual environment for the Lab
```sh
virtualenv --system-site-packages pydynamo
source ./pydynamo/bin/activate
```
- Install the package from the school's gitlab
```sh
pip install git+https://gitlab.telecom-paris.fr/software/pydynamo.git
```
- Create a ipykernel linked to the virtualenv
```sh
python -m ipykernel install --user --name=pydynamo
```
- Download the Lab
```sh
wget "https://gitlab.telecom-paris.fr/software/pydynamo/-/raw/tpt/tpt/tp7_tse101_students.ipynb"
```
- Finally run jupyter and open the notebook
```sh
jupyter notebook BTmodel.ipynb
```
- Do not forget to **Select the created kernel from the kernel (noyeau in French) menu**
* it should be named pydynamo
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment