And its friends
J. Horacsek
Have you used Maple or Mathematica?
Jupyter is a notebook web front end for multiple different environments
[source]
There are multiple ways of accessing Jupyter
See the install guide for local setups
We'll be using syzygy
I sent out a small set of worksheets that will form the basis for the rest of this presentation, the first five can run on Syzygy
The last two run on my local machine (they require libraries not available on Syzygy)
If you want to follow along with those, you'll need a few libraries. At the terminal, install
conda install -c conda-forge keras=2.0.2
conda install theano vtk pydot graphvizThe goal is not to give you a deep understanding of any one topic, but rather to show you what can be done, then provide resources for further exploration.
There are a couple of key core libraries in the Python scientific computing scene
There are also many more interesting libraries/environments available for Python
Questions, comments, concerns, suggestions?