You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been spending the day installing vampire. Somehow pip install vampire-analysis works (atleast that doesnt give any error which pip install vampireanalysis is giving), which I believes installs this. But I am unable to run any commands from Jupyter like vp.build_model, extract properties or even vampire(). How to import this in jupyter or even run GUI from this?
Help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
The package is currently under development. The most stable version can be installed with pip install vampire-analysis==0.1.0.dev11. When using it in Jupyter Notebook or Python scripts, you'll need to reference the submodules. For example,
importvampireasvpvp.quickstart.build_model(...)
This implementation does not have a GUI - it's meant for high-throughput analysis with Jupyter Notebook only. If you wish to use a GUI, you can refer to the original paper and download from their repo.
Thank you very much for your quick reply! Wow. Finally it works (atleast my extraction.extract_properties worked and I got data). Now I have to figure out how to make one model as when I ran build_model, it told my model name ('test') wasn't defined. I was facing errors with original repo (maybe because of Microsoft studio etc). I am comfortable with jupyter, and indeed would like to run it through jupyter. I am now excited to run some commands on my data. Thank you again!
Hi.
I have been spending the day installing vampire. Somehow pip install vampire-analysis works (atleast that doesnt give any error which pip install vampireanalysis is giving), which I believes installs this. But I am unable to run any commands from Jupyter like vp.build_model, extract properties or even vampire(). How to import this in jupyter or even run GUI from this?
Help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: