martin-saurer / jkernel

Jupyter Notebook / J Integration
GNU General Public License v3.0
44 stars 15 forks source link

Run example notebooks so that GitHub shows results #8

Closed DaneWeber closed 7 years ago

DaneWeber commented 7 years ago

@martin-saurer - do you think you could run your example notebooks and commit those to the repo? I would expect doing so to make the GitHub views far more illustrative: https://github.com/martin-saurer/jkernel/blob/master/examples/Compare_Bitmap_Images.ipynb

I was about to link directly to one of your example notebooks in GitHub, but they don't show what Jupyter can do.

martin-saurer commented 7 years ago

@DaneWeber - Yes, it looks that GitHub's notebook viewer is working for J notebooks now. Not for all features (interactive HTML), but for most. So I updated the example notebooks showing the results.

DaneWeber commented 7 years ago

Thanks!