Giter Site home page Giter Site logo

intro-to-complexity's Introduction

intro-to-complexity

Introduction to Complexity

About

This repo holds text, notes, and code created while taking the Sante Fe Institute's Complexity Explorer course Introduction to Complexity.

Notebooks

The list below links to sections (typically once section is released per week) where I have created notebooks for this course. All notebooks, unless otherwise indicated, have been created using the Maxima CAS (see also the Maxima Wikipedia article) in conjunction with jupyter. Most of the code samples in the notebooks are written in Common Lisp (SBCL).

  • Section 2 (Population growth, Logistic map)

Those links use the jupyter notebook viewer online service to render the notebooks in this repository.

If you are interested in learning more about running Maxima on your machine or in a notebook, be sure to check out these resources (which includes some fun history/backstory on Maxima!). If you'd like to use more Lisp in Maxima notebooks, be sure to check out the tutorial here.

Running Locally

If you'd like to run these notebooks, I suggest using docker in the following manner:

  1. git clone [email protected]:oubiwann/intro-ds-and-chaos.git
  2. cd intro-ds-and-chaos
  3. Then run:
    docker run -it \
        -v "`pwd`/notebooks":/home/oubiwann/maxima-jupyter/examples \
        -p 8888:8888 \
        calyau/maxima-jupyter \
        notebook --ip=0.0.0.0 --port=8888
  4. Once Jupyter starts, you'll see a link with a token displayed in your terminal; copy and paste that into your browser, and you're ready to go!

License

Copyright © 2019, Duncan McGreggor

Apache License, Version 2.0.

intro-to-complexity's People

Contributors

oubiwann avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.