NSLS-II-SIX / sixtools

Software for performing resonant inelastic xray scattering analysis at NSLS-II
https://pypi.org/project/sixtools
Other
1 stars 2 forks source link

ipywidgets in mazzone-2018-2.1 environment #20

Closed mpmdean closed 6 years ago

mpmdean commented 6 years ago

@dmazzone 's mazzone-2018-2.1 environment does not display ipywidgets

mpmdean commented 6 years ago
%matplotlib widget
import matplotlib.pyplot as plt
plt.plot([1, 2], [1, 2])

returns error Error displaying widget

mpmdean commented 6 years ago

@licode This issue relates to problems creating daniels environment

import ipympl
ipympl.__version__

returns

'0.2.1'

licode commented 6 years ago

Can you follow instruction below to see if any good luck?

https://github.com/matplotlib/jupyter-matplotlib

mpmdean commented 6 years ago

Hi @licode.

It seems to have been fixed during the change to the JupyterHub configuration, as I was able to make an exact clone of SIX analysis2018-2.

Thanks, Mark