The notebook plugin uses an environment variable called NAAS_BASE_URL and defaults to https://noteable.edina.ac.uk. This isn't appropriate for a shared plugin as its a bit too Noteable specific, and it's not accurate really.
This variable should be renamed to NBEXCHANGE_BASE_URL and default to http://nbexchange:9000. This is a more accurate name for what the variable is used for.
We need to sync up the noteable-api when this env variable name changes as it's currently passed to notebooks.
The notebook plugin uses an environment variable called
NAAS_BASE_URL
and defaults tohttps://noteable.edina.ac.uk
. This isn't appropriate for a shared plugin as its a bit too Noteable specific, and it's not accurate really.This variable should be renamed to NBEXCHANGE_BASE_URL and default to
http://nbexchange:9000
. This is a more accurate name for what the variable is used for.We need to sync up the noteable-api when this env variable name changes as it's currently passed to notebooks.