healthonrails / annolid

An annotation and instance segmentation-based multiple animal tracking and behavior analysis package.
Other
41 stars 9 forks source link

update jupyterbook #37

Closed jeremyforest closed 2 years ago

jeremyforest commented 2 years ago

Improvements of documentation. Review notebook tutorials with #32 in mind. Improvements toward #27 and #20

jeremyforest commented 2 years ago

@healthonrails you should be able to view the jupyterbook localy by opening book/_build/html/index.html in your browser if you pull the PR on your local machine.

healthonrails commented 2 years ago

F821 undefined name 'get_ipython' ./book/_build/jupyter_execute/tutorials/Annolid_on_Detectron2_Tutorial_Example_Dataset.py:336:1: F821 undefined name 'get_ipython' get_ipython().run_line_magic('tensorboard', '--logdir output') Could you please import get_ipython in the Annolid_on_Detectron2_Tutorial_Example_Dataset.py file?

jeremyforest commented 2 years ago

ah that was a temp file I made and then spliced it into the different subsections. Let me clean that up. I didn't realize that the _build folder was not handling deleted files.

jeremyforest commented 2 years ago

I actually forgot to delete the file from the folder but deleted it from the book. Done now, so the issue should be gone. Let me know if there are others.