Plot cube files produced with Psi4 directly in a Jupyter Notebook. Visualizing a cube is as simple as:
import blobs
cube = blobs.cube(psi4_wfn)
cube.plot("Da.cube", iso=0.03)
For a full Jupyter tutorial visit here.
Set up a conda environment with Psi4(Recommended)
conda create -n p4env psi4 -c psi4
conda activate p4env
#Get plotly
conda install -c plotly plotly
More information on their corresponding repositories:
git clone https://github.com/VHchavez/blobs
cd blobs
pip install --user -e .