You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i've tryed to make a simple input textbox but its not working.
The error message i receive is
ipywidgets - a Jupyter kernel connection is required to fully display this output.
Text(value='', description='Compound forumla:', placeholder='Type something')
Here is a example of the code i've tried to run. It works very well in the notebook but not in the myst page
import numpy as np
import matplotlib.pyplot as plt
from xraydb import material_mu, xray_delta_beta, coherent_cross_section_elam, incoherent_cross_section_elam, material_mu_components
import matplotlib as mpl
import ipywidgets as widgets
widgets.Text(
value='',
placeholder='Type something',
description='Compound forumla:',
disabled=False
)
Also, i have defined modify the the .md file as shown in the tutorials:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
i've tryed to make a simple input textbox but its not working.
The error message i receive is
ipywidgets - a Jupyter kernel connection is required to fully display this output.
Text(value='', description='Compound forumla:', placeholder='Type something')
Here is a example of the code i've tried to run. It works very well in the notebook but not in the myst page
Also, i have defined modify the the .md file as shown in the tutorials:
and in the .yml file as well
Could someone gimme a light in this issue?
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions