rgerum / pylustrator

Visualisations of data are at the core of every publication of scientific research results. They have to be as clear as possible to facilitate the communication of research. As data can have different formats and shapes, the visualisations often have to be adapted to reflect the data as well as possible. We developed Pylustrator, an interface to directly edit python generated matplotlib graphs to finalize them for publication. Therefore, subplots can be resized and dragged around by the mouse, text and annotations can be added. The changes can be saved to the initial plot file as python code.
GNU General Public License v3.0
706 stars 38 forks source link

File Not Found #38

Closed ftippett closed 2 years ago

ftippett commented 2 years ago

I receive the following error when attempting to run the example.

FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\<>\AppData\Local\Temp\ipykernel_16232\1628941459.py'

How to resolve?

Thanks.

rgerum commented 2 years ago

I am not sure how to reproduce your bug? Are you running it as a script, in an interactive console or an ipython notebook?

ftippett commented 2 years ago

I’m running in Jupiter notebook.

rgerum commented 2 years ago

Ok was apparently a problem with a newer jupyter version.

You can try to install the current github version with

pip install git+https://github.com/rgerum/pylustrator

ftippett commented 2 years ago

Hey Richard,

Thanks for your help on this. The package looks awesome. I’m still getting the same error after the update. Any other thoughts?

Thanks

On Jun 6, 2022, at 12:10 PM, Richard Gerum @.***> wrote:

 Ok was apparently a problem with a newer jupyter version.

You can try to install the current github version with

pip install git+https://github.com/rgerum/pylustrator

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

rgerum commented 2 years ago

Ah ok, I just saw that your path is a windows path and I tested on Linux. The update I just made should make it work also under windows.

ftippett commented 2 years ago

That did it! Thank you

On Jun 6, 2022, at 1:39 PM, Richard Gerum @.***> wrote:

 Ah ok, I just saw that your path is a windows path and I tested on Linux. The update I just made should make it work also under windows.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.