Recent Changes · Search:

Dispense


NMR



PmWiki

pmwiki.org

This site is running
PmWiki pmwiki-2.2.143, v. 2002143

edit SideBar

NMR /

Mrsimulator

< Addition of angular momenta | Index | NMR.Nuclides >


  • create virtualenv mrsimulator
    • python3 -m venv ~/.mrsimulator
  • run source ~/.mrsimulator/bin/activate to activate .mrsimulator and deactivate to switch back to normal python environment
  • after activation cd to git/mrsimulator and install
    • pip install ipython
    • pip install ipykernel
    • pip install jupyter
    • python -m ipykernel install --user --name .mrsimulator
    • cd to ~/git/mrsimulatro
    • pip install .

Altri comandi utili

  • check kernels
    • jupyter kernelspec list
  • [remove older attempt .nmrglue]
    • jupyter kernelspec uninstall .nmrglue
  • remove venvs
    • da attivato:
    • pip freeze > requirements.txt
    • pip uninstall -r requirements.txt -y
    • deactivate
    • rm -r venvpath # requires y, when sure use \rm -r venvpath

< Addition of angular momenta | Index | NMR.Nuclides >

Edit - History - Print - PDF - Recent Changes - Search
Page last modified on January 20, 2023, at 10:25 AM