-
Notifications
You must be signed in to change notification settings - Fork 2
Install NBDime #132
base: master
Are you sure you want to change the base?
Install NBDime #132
Conversation
@bolliger32 this similar to what worked on the pyTC image? |
Yup! Only a couple minor differences. Instead of |
huh yeah - they say that the
@bolliger32 you think the last line isn't necessary? It seems to be building just fine - were you getting the errors on jupyterlab load? |
@delgadom Yeah I think the conda install does the labextension install itself. So I think it's not necessary but also doesn't hurt. So if it's building and runs properly, I think it's it's good! |
I noticed we also need to jump through a few more hoops to make the web tool use an accessible IP address by default. See latest commit and https://nbdime.readthedocs.io/en/latest/config.html and https://nbdime.readthedocs.io/en/latest/vcs.html#git-integration |
hmm i think we also might need to bump gitpython to make the nbdime config-git command work. Or we'd have to do some manual git config file adjustments |
Workflow
dev
branch (see notebook and worker dev tags)Summary
Installs the nbdime package & plugin for computing and viewing jupyter notebook diffs in an interactive widget.