Python Forum

Full Version: Senior brain F..T
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

what is the name of the python that allows text and code to intermingle?
I was involved in this conversation earlier, but can't recall the details.

Purpose: want to create a tutorial which shows how to graphically represent
a musical scale in Python using lilypond and tkinter
(Dec-29-2016, 08:57 PM)Larz60+ Wrote: [ -> ]that allows text and code to intermingle
What do you mean? Can you give an example of this?
I believe you are referring to the IPython notebooks, but not sure.
Quote:I believe you are referring to the IPython notebooks, but not sure

That's the one, couldn't remember for the life of me.

This is a general problem with ageing. I had all the tests recently,
the results indicated analytics ok, memory waning, no sign of alzheimers.
It was this thread,and it's now called Jupyter notebook not Ipython notebook.
IPython Notebook, Jupyter Notebook and Jupyterlab

The last one is amazing:
https://youtu.be/Ejh0ftSjk6g?t=511

Since IPython Notebook a bunch of programming languages are supported not just Python, including Markdown and Latex. Interactive tutorials can be created easily.