Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pydynamo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
Pydynamo
Commits
be85f00e
Commit
be85f00e
authored
3 weeks ago
by
Tarik Graba
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tpt/README.md
+60
-0
60 additions, 0 deletions
tpt/README.md
with
60 additions
and
0 deletions
tpt/README.md
0 → 100644
+
60
−
0
View file @
be85f00e
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment