mountainsort_examples icon indicating copy to clipboard operation
mountainsort_examples copied to clipboard

import spikeforestwidgets problem

Open Alkohost opened this issue 6 years ago • 4 comments

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) toppanel

Is it a local bug or known problem? Ubuntu 18.04.1. Reproducable in firefox and chromium

Alkohost avatar Dec 10 '18 19:12 Alkohost

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.

magland avatar Dec 11 '18 16:12 magland

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 avatar Dec 11 '18 19:12 tjd2002

@tjd2002 . See my comment before yours.

magland avatar Dec 11 '18 20:12 magland

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.

tjd2002 avatar Dec 11 '18 22:12 tjd2002