rland93 / pendsim

A simple inverse pendulum simulation + visualization.
MIT License
0 stars 5 forks source link

Fix how notebooks are checked into Version Control #16

Closed rland93 closed 2 years ago

rland93 commented 2 years ago

This is a minor thing, but I don't like how notebooks are treated by git. If you look at the repo, it says "91% Jupyter Notebook" even though this is predominantly a piece of Python software.

This has some ideas to remedy the notebook issue. I'm leaning towards Jupytext as a solution to this problem.

rland93 commented 2 years ago

Ain't happening.

Because outputs of notebooks are going directly into documentation. See #17