Closed krishnadurai closed 4 years ago
Hi there! To install in virtualenv, please use the following two commands:
pip install checklist
jupyter nbextension install --py --sys-prefix checklist.viewer
jupyter nbextension enable --py --sys-prefix checklist.viewer
In a nutshell, as noted here:
--user
to install into the user’s home jupyter directories--sys-prefix
to install into python’s sys.prefix, useful for instance in virtual environments, such as with conda
Thanks for catching this, I will also make a note in the readme.
@tongshuangwu thanks for this resolution!
Results in:
In a Mac OSX virtualenv for python 3