We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using "run all cells" in Jupyter Lab cell1
import jupyterlab_nodeeditor as jlne sample_3 = "./sample_models/sample_3.yml" photosynthesis = "./sample_models/photosynthesis.yml"
cell2
editor=jlne.yml_trans([sample_3, photosynthesis],show_instance=True) editor
cell3
editor_py = editor.node_editor.nodes editor_py[0].controls[0].editor.editorConfig.keys()
the result is dict_keys([])
dict_keys([])
however, if we run the code cell by cell, it will work properly
The text was updated successfully, but these errors were encountered:
low priority issue...
Sorry, something went wrong.
No branches or pull requests
When using "run all cells" in Jupyter Lab
cell1
cell2
cell3
the result is
dict_keys([])
however, if we run the code cell by cell, it will work properly
The text was updated successfully, but these errors were encountered: