Open tanaes opened 6 years ago
At least for me, switching to the Jupyter Lab interface broke heatmap visualization.
I was able to get widgets to display by using the following:
conda update -c conda-forge ipywidgets jupyter labextension install @jupyter-widgets/jupyterlab-manager
But heatmaps still did not display, using either jupyter or cli options for gui.
jupyter
cli
gui
Any thoughts?
calour now works with jupyter lab v3.0 (it requires ipympl) just use: %matplotlib widget
see ipympl installation instructions at: https://github.com/matplotlib/ipympl
At least for me, switching to the Jupyter Lab interface broke heatmap visualization.
I was able to get widgets to display by using the following:
But heatmaps still did not display, using either
jupyter
orcli
options forgui
.Any thoughts?