Open JeroenSchmidt opened 6 years ago
I'm also interested in what it would take to get jupyter-cytoscape running again - especially with jupyterlab.
It turns out to be a simple fix to get the makefile to work.
Change: (cd ./js; webpack --config webpack.config.js) To: (cd ./js; node_modules/.bin/webpack --config webpack.config.js)
when I run
make
within thejupyter-cytoscape
directory I get the following stack trace. Any suggestions on how to fix this or if its a bug ?