scidash / neuronunit

A package for data-driven validation of neuron and ion channel models using SciUnit
http://neuronunit.scidash.org
38 stars 24 forks source link

Add a README.ipynb (and companion README.md) to every subdirectory #198

Open rgerkin opened 5 years ago

russelljjarvis commented 5 years ago

What happened to the code from converting pandas data frames to markdown?

This will be useful for writing manuscripts in Markdown.

rgerkin commented 5 years ago

I put a working example in a gist here.

But you don't even really need that. All you need to do is have a notebook README.ipynb in each directory, and then run jupyter nbconvert --to markdown README.ipynb in that directory and it should create a README.md Markdown file.