Open arcondello opened 4 years ago
It seems to me that one can set up a jupyter_nbextensions_configurator
config file directly in the repo root directory but there are some subtleties there (might need an extensions_config.py file too) because of other search paths. Then one could use command, jupyter notebook --config=./extensions_config.json
, and that should enable all the wanted extensions.
See https://github.com/dwave-examples/hybrid-computing-notebook/pull/4
Also: https://github.com/dwave-examples/structural-imbalance-notebook/pull/2, https://github.com/dwave-examples/factoring-notebook/pull/5