Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Native Python - snippet in native Python:

Image Modified

  • MATLAB - code to utilize in a MATLAB program to re-run the transformation:

...

In response to the popularity of Jupyter notebooks and the ease of combining runable code and documentation in one interface that Jupyter provides, Jupyter functionalities have been added to BDFiddle.  In addition to copying the code snippet, a user can download a Jupyter notebook that contains the runnable code that is ready to implement locally (jupyter must be installed) or the user can simply open the notebook as an anonymous user on an NCSA multi-user service that utilizes tmpnb.  Jupyter templates are JSON files that contain both the raw code (runnable) and markdown (documentation).  Where Jupyter is available, two additional buttons appear below the code snippet.

Image RemovedImage Added

The buttons enable a user to:

...

When the files are posted to the server, a notebook container is allotted to the new user in which they can edit and run the Jupyter notebook.

Image RemovedImage Added

See Jupyter documentation for specific usage of Jupyter notebooks:

...