Notebooks ter ondersteuning van de theorielessen ModSim
In de theorieles wordt gebruikt gemaakt van notebooks (geschreven in de Python programmeertaal en weergegeven in de Jupyter omgeving) om een aantal concepten te illustreren. Om hier zelf mee aan de slag te gaan, zijn er meerdere opties. Met (gratis) installatie van software kan je nadien zonder internet aan de slag. Indien je toch liever niets installeert, kan je ook online werken.
Met behulp van Binder kan het bijna niet gemakkelijker: klik op de badge van 'Binder' hieronder en je kan onmiddellijk aan de slag (kan soms een tijdje duren om in te laden, afhankelijk van de systeembelasting).
Het is wel niet mogelijk om je werk in Binder op te slaan. Wat wel kan is de Notebook downloaden (in .ipynb formaat) en dan via een lokale installatie op je eigen computer verder gebruiken (zie hieronder)
Via Anaconda navigator kan je verschillende applicaties starten, zoals Spyder (voor python codering), R-studio, of Jupyter notebooks. Je kan de installatie hier vinden voor verschillende operating systems: https://www.continuum.io/downloads. Open na installatie de applicatie, klik op ‘Launch’ onder jupyter notebook, en de rest wijst zichzelf uit. Je kan de notebooks nu afhalen als zip-map van deze Github pagina en opslaan op je computer.
Een cel wordt uitgevoerd met shift+enter
, alternatief kan je ook in het menu Cell
op Run all
klikken waarbij alle cellen uitgevoerd zullen worden.
Notebooks in support of the theoretical classes of Modelling and Simulation classes
In the theory class notebooks were used (written in the Python programming language and embedded in the Jupyter environment) in ordet to illustrate cerrtain concepts. To get going with such notebooks, there are several options. With a (free) installation of the software, you can use the notebooks off-line. There is also an option where you don't need to install anything, but this requires you to work on-line.
By using the Binder things cannot get any simpler: click the 'Binder' badge below to get going (sometimes takes a while to load, depending on the system load).
It is not possible though to save your changes in Binder. It is possible to download the Notebook (in .ipynb format) and use that in a local installation on your computer (see below)
Via the Anaconda navigator you can launch several applications, such as Spyder (for Python coding), R-studio, or Jupyter notebooks. Installations can be found here for different operating systems: https://www.continuum.io/downloads. Open the application after installation, click on ‘Launch’ under jupyter notebook, and the rest is straightforward. You can now download the notebooks as zip-folder from this Github page and save it locally.
A cel is run using shift+enter
, alternatively one can got to the menu Cell
and click Run all
to run all cells at once.