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
Hello,
thank you for sharing this. My question is: Can we run it for NMR data in Jupyter Notebook?
I'm trying this (but I don't have too much experience in programming/Python/Jupyter:
import sys
sys.path.append(my_path)
import runISTOCSY
runISTOCSY.main() --> probably wrong since I wouldn't be using the GUI
Thanks again
The text was updated successfully, but these errors were encountered:
Hello,
thank you for sharing this. My question is: Can we run it for NMR data in Jupyter Notebook?
I'm trying this (but I don't have too much experience in programming/Python/Jupyter:
import sys
sys.path.append(my_path)
import runISTOCSY
runISTOCSY.main() --> probably wrong since I wouldn't be using the GUI
Thanks again
The text was updated successfully, but these errors were encountered: