-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Method for using Vampire Analysis in Jupyter notebook #3
Comments
Okay so I have it working in Jupyter notebook (although I still have to use the GUI which isn't ideal). But I am trying to run your example data, and it seems like the software has stopped running the getboundary steps so the c1 pickle isn't being created for building or applying the model. |
Hello! Currently, we only have either the executable file or the source codes in py format, and both options require the GUI. |
That's okay with me for now. I figured out a faster way to use it then what we had before. But my second comment still stands that the current version is skipping the step of making a pickle so it isn't working. Are you having the same issue? |
hi, I also want to use it in Jupyter, could you pls show your code ? |
@Crescentz Yes, I will find a time this week to write an example jupyter notebook. |
Hi!
I have been using the VAMPIRE GUI, but for higher throughput image processing, I was wondering if there was a way to integrate vampire analysis in jupyter notebook.
I tried doing it myself, but I am running into issues due to the GUI Tkinter interface.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: