AutoResearch / autora

Automated Research Assistant
https://autoresearch.github.io/autora/
MIT License
36 stars 5 forks source link

Figures in notebooks tutorials are not showing up properly #470

Closed musslick closed 1 year ago

musslick commented 1 year ago

Example: https://autoresearch.github.io/autora/tutorials/theorist/

hollandjg commented 1 year ago

the figures need to be "attached" to the cells rather than linked as external images.

Screenshot 2023-06-21 at 11 48 51 Screenshot 2023-06-21 at 11 48 48
hollandjg commented 1 year ago

PyCharm doesn't support adding attachments, as far as I can tell, so you'll need to open the notebook outside of PyCharm using the terminal command:

jupyter notebook .

... and then modify using that interface.