Closed SukiYume closed 4 months ago
Hi @SukiYume I'm not able to reproduce that issue. Please tell me what ipywidgets and jupyter notebook are you using
Hi @artur-trzesiok
Thank you for your response. I am able to consistently reproduce the issue by following these steps:
Create a new Python 3.8 environment using conda, and only install the necessary packages using conda: notebook, numpy, and k3d.
conda create -n testenv python=3.8
conda install -c conda-forge numpy notebook k3d
Here are the specific package versions in this environment:
k3d=2.16.1
notebook=7.2.1
ipywidgets=8.1.3
jupyterlab=4.2.3
Despite these steps, I still encounter this error. I have attached a screenshot of the error for your reference.
@SukiYume I have it! It is related to notebook 7.x - trying to fix it
Thank you for resolving the issue promptly!
Description
I was trying to run the
transfer_function.ipynb
example from the k3d-jupyter package. When running the code, I encountered the following error:It seems there might be an issue with the dependency on ipywidgets. Based on the information from this ipywidgets issue, it appears that the dependency needs to be updated.
Could you please let me know if there are plans to resolve this issue? Thank you!