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 build a simple Ipython notebook app using the JSONeditor widget. By pressing the button 'Print JSON' the content of the JSONeditor should be printed within the notebook. Initially this works. But when editing the one value of the json object within the editor and pressing the button again the original json object is printed and not the updated one.
I am not sure if this is a bug or if I am missing something. However, according to the documentation this should work accordingly.
Complete, minimal, self-contained example code that reproduces the issue
I've build a simple Ipython notebook app using the JSONeditor widget. By pressing the button 'Print JSON' the content of the JSONeditor should be printed within the notebook. Initially this works. But when editing the one value of the json object within the editor and pressing the button again the original json object is printed and not the updated one.
I am not sure if this is a bug or if I am missing something. However, according to the documentation this should work accordingly.
Complete, minimal, self-contained example code that reproduces the issue
ALL software version info
Python 3.11.9
bleach 6.2.0
bokeh 3.6.1
certifi 2024.8.30
charset-normalizer 3.4.0
contourpy 1.3.1
idna 3.10
Jinja2 3.1.4
linkify-it-py 2.0.3
Markdown 3.7
markdown-it-py 3.0.0
MarkupSafe 3.0.2
mdit-py-plugins 0.4.2
mdurl 0.1.2
numpy 2.1.3
packaging 24.2
pandas 2.2.3
panel 1.5.4
param 2.1.1
pillow 11.0.0
pip 24.0
python-dateutil 2.9.0.post0
pytz 2024.2
pyviz_comms 3.0.3
PyYAML 6.0.2
requests 2.32.3
setuptools 69.2.0
six 1.16.0
tornado 6.4.2
tqdm 4.67.0
typing_extensions 4.12.2
tzdata 2024.2
uc-micro-py 1.0.3
urllib3 2.2.3
webencodings 0.5.1
xyzservices 2024.9.0
The text was updated successfully, but these errors were encountered: