Rafael Laverde
Rafael Laverde
https://github.com/mpastell/Pweave/commit/140575b55b7626fb316b160350d2b8d8264725d5
The implementation of this method is mandatory https://github.com/spyder-ide/spyder/issues/4882#issuecomment-323549319
https://circleci.com/gh/spyder-ide/spyder-reports/135?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link
Some `ReportsPlugin` logic could be moved to `Report` class, making code more modular Report class could be moved to `utils/reports.py`
When rendering a report Pweave creates a figures folder for saving images, ignoring this folder will allow to save reports as just one html file when there is only one...
Missing after #45 The plugin signals are deactivated but that change isn't reflected in the menu or context menu actions.
Render is failing with: `signal only works in main thread` after this pweave change: https://github.com/mpastell/Pweave/commit/3765b0ceebfc17be8e86b8a66d8e1eac1240096b ``` Error in atexit._run_exitfuncs: Traceback (most recent call last): File "/home/rlaverde/anaconda3/envs/spyder/lib/python3.5/site-packages/IPython/core/history.py", line 780, in writeout_cache...