Better naming convention for Jupyter notebook -
when naming jupyter notebook, if spaces used, i.e.
notebook.ipynb
then renders nicely when opened web browser. however, spaces evil on command line environment. if instead:
this_is_my_notebook.ipynb
or
this-is-my-notebook.ipynb
then title rendered not good. suggestions alternative convention still nice?
i found myself searching answer well...
i scoured through popular github repositories involving .ipynb files, under pretense of work being reputably standardized. found there no standard between utilizing dashes , underscores; however, didn't see notebooks using spaces - don't that.
sources:
https://github.com/irkernel/irkernel/tree/master/example-notebooks
https://github.com/rlabbe/kalman-and-bayesian-filters-in-python/tree/master/supporting_notebooks
Comments
Post a Comment