Browse Source

Added dependencies

Randy Paredis 4 years ago
parent
commit
6f35d96a4d

+ 1 - 1
binder/start

@@ -2,6 +2,6 @@ set -e
 
 echo "starting up..."
 # Sets the environment for Binder
-export PYTHONPATH=../:../dependencies/pythonpdevs/src/:$PYTHONPATH
+export PYTHONPATH=../:../dependencies/:../dependencies/pythonpdevs/src/:$PYTHONPATH
 
 exec "$@"

+ 0 - 2
src/notebook/.ipynb_checkpoints/Processors-checkpoint.ipynb

@@ -97,8 +97,6 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "**Note:** The error message above ( _\"Cannot load RngStreams. Using 'random' module instead.\"_ ) is normal. This means you will use Python's `random` module for generating random numbers instead of PythonPDEVS-BBL's builtin generator.\n",
-    "\n",
     "Notice the usage of the lambda functions. They provide a very flexible interface for the user to create their models. Let's simulate this model in a similar fashion to the simulation of the example."
    ]
   },

+ 0 - 2
src/notebook/Processors.ipynb

@@ -97,8 +97,6 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "**Note:** The error message above ( _\"Cannot load RngStreams. Using 'random' module instead.\"_ ) is normal. This means you will use Python's `random` module for generating random numbers instead of PythonPDEVS-BBL's builtin generator.\n",
-    "\n",
     "Notice the usage of the lambda functions. They provide a very flexible interface for the user to create their models. Let's simulate this model in a similar fashion to the simulation of the example."
    ]
   },