From c89d7dbfaf519f87156e22bfbcdbd7f0cdb077a0 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 6 Nov 2017 18:47:59 +0100 Subject: [PATCH] add notebook env file --- env/notebook.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 env/notebook.yml diff --git a/env/notebook.yml b/env/notebook.yml new file mode 100644 index 00000000..1e843878 --- /dev/null +++ b/env/notebook.yml @@ -0,0 +1,27 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2015-2016 Parisson SARL + +# This file is part of Telemeta. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. + +# TimeSide is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with TimeSide. If not, see . + +# Authors: +# Guillaume Pellerin +# Thomas Fillon + +app: + ports: + - "8888:8888" + command: sh -c "cd /srv/src/timeside/docs/ipynb; jupyter notebook --allow-root --no-browser --ip=0.0.0.0" -- 2.39.5