dwave-examples / hybrid-computing-notebook

Create and use hybrid workflows to solve problems.
Apache License 2.0
11 stars 14 forks source link

Investigate better ways to activate extensions #5

Open arcondello opened 4 years ago

arcondello commented 4 years ago

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

JoelPasvolsky commented 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.