From 39807578018b7fb9d3d517abcc707b3e431beb55 Mon Sep 17 00:00:00 2001
From: Olivier Cots <olivier.cots@enseeiht.fr>
Date: Fri, 17 Sep 2021 11:32:34 +0200
Subject: [PATCH] first commit

---
 environment.yml | 10 ++++++++++
 start           |  5 +++++
 2 files changed, 15 insertions(+)
 create mode 100644 environment.yml
 create mode 100644 start

diff --git a/environment.yml b/environment.yml
new file mode 100644
index 0000000..e0661fb
--- /dev/null
+++ b/environment.yml
@@ -0,0 +1,10 @@
+name: controle
+channels:
+  - control-toolbox
+  - conda-forge
+dependencies:
+  - scipy       = 1.4.*
+  - matplotlib  = 3.1.*
+  - numpy
+  - nutopy      = 0.4.*
+  - jupyterlab  = 3.0.*
diff --git a/start b/start
new file mode 100644
index 0000000..b026477
--- /dev/null
+++ b/start
@@ -0,0 +1,5 @@
+#!/bin/bash
+git clone --single-branch -b master https://gitlab.irit.fr/toc/mathn7/etudiants/controle-optimal.git
+mv controle-optimal/*.ipynb .
+rm -rf controle-optimal
+exec "$@"
-- 
GitLab