mountainsort_examples
mountainsort_examples copied to clipboard
import spikeforestwidgets problem
I am not sure should I write about it here, but I found that using import spikeforestwidgets leads to following changes in top panel of Jupyter notebook (in Jupyter lab - everything is ok)
Is it a local bug or known problem? Ubuntu 18.04.1. Reproducable in firefox and chromium
This is an issue with CSS and ipython notebook. It has to do with different versions of bootstrap library being imported. I don't know how to remedy it.
I believe this could be due to an error in conda packaging that I'm working on. (Some of our conda re-packaging of pip packages are erroneously pulling in extra packages that conda doesn't know about, leading to version conflicts)
@tjd2002 . See my comment before yours.
My hunch is that the problem could be that we include the jp_proxy_widget package (which includes npm dependencies like bootstrap) in both the spikeforestwidgets and mountainlab_pytools conda packages.
The 'nice' solution (not that hard) would be to create a conda package for jp_proxy_widget.
A quick-n-dirty solution would be to have the spikeforestwidgets conda package require the mountainlab_pytools conda package.