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
from logica.common import graph
graph.DirectedGraph(dataset)
In JupyterLab, I didn't receive any feedback. However, I did encounter an error in the console.
Uncaught ReferenceError: require is not defined
at <anonymous>:2:5
at t.attachWidget (jlab_core.6144df8e3fe03e33f880.js?v=6144df8e3fe03e33f880:2:1594563)
at t.insertWidget (jlab_core.6144df8e3fe03e33f880.js?v=6144df8e3fe03e33f880:2:1593914)
at j._insertOutput (jlab_core.6144df8e3fe03e33f880.js?v=6144df8e3fe03e33f880:2:925250)
at j.onModelChanged (jlab_core.6144df8e3fe03e33f880.js?v=6144df8e3fe03e33f880:2:922427)
at m (jlab_core.6144df8e3fe03e33f880.js?v=6144df8e3fe03e33f880:2:1560565)
at Object.l [as emit] (jlab_core.6144df8e3fe03e33f880.js?v=6144df8e3fe03e33f880:2:1560225)
at e.emit (jlab_core.6144df8e3fe03e33f880.js?v=6144df8e3fe03e33f880:2:1558470)
at c._onListChanged (jlab_core.6144df8e3fe03e33f880.js?v=6144df8e3fe03e33f880:2:918850)
at m (jlab_core.6144df8e3fe03e33f880.js?v=6144df8e3fe03e33f880:2:1560565)
@EvgSkv Could you provide suggestions on how to address this error? Thanks : )
The text was updated successfully, but these errors were encountered:
I am using the current packages within Python 3.11.3 conda env
and I want to execute
In JupyterLab, I didn't receive any feedback. However, I did encounter an error in the console.
@EvgSkv Could you provide suggestions on how to address this error? Thanks : )
The text was updated successfully, but these errors were encountered: