Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

JuliaPluto/PlutoCon2021-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interested in generating HTML exports of Pluto notebook automatically? Try our template repository!

During the conference, we will host an ONLINE DEMO PAGE running all your submitted notebooks, for everyone to see! Just like the website https://computationalthinking.mit.edu/, we will use our fancy new technology to run sliders, button, webcam inputs, etc. directly on the website.

How do I submit a notebook?

Would you like your cool notebook to become an interactive web page?

You can either:

  1. email your notebook to fons@plutojl.org
  2. open a Pull Request to this repository, adding your notebook.

Be sure to write your name and an introduction inside the notebook. Use @bind to make your notebook interactive!

What version of Julia and Pluto?

We will use Julia 1.6, and the latest development branch of Pluto (version 0.14 or 0.15). Note that Pluto is always backwards compatible, so if it works, it works!

Try not to use more than 2GB of memory.

Which packages will be installed?

If you have done this before, write a pkg cell. If not, don't worry about packages too much, we will help you set it up correctly!