Skip to content

Instantly share code, notes, and snippets.

@gparuthi
Created September 16, 2014 17:31
Show Gist options
  • Save gparuthi/09daa3d690f508a411d3 to your computer and use it in GitHub Desktop.
Save gparuthi/09daa3d690f508a411d3 to your computer and use it in GitHub Desktop.
Ipython notebook ideas
Today, I was imagining Ipython notebooks in a different way.
I was thinking about a non linear way of writing code. The current linear way means we write a code cell and then execute and then write another. If I would like to connect the output of one cell to another, I have to do it manually or create a function.
I wish we could set a cell of code as a code block, that can be easily be found by other notebooks.
So I dont have to copy paste the cell or create a module for the cell.
I wonder if we could also share code cell in an online repository. One starting point would be to make cells out of stackoverflow code blocks.
Stackoverflow search and import inside the notebooks! Thats a good idea.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment