Current we have some issue if users are specifying more advanced launch configurations locally. We just start up Jupyter directly and that uses any users specified configurations that they have set, some of which we might not support. For local launch we should control our own config so that we don't get broken by this. Jupyter allows you to pass a configuration so this should be pretty easy.
Current we have some issue if users are specifying more advanced launch configurations locally. We just start up Jupyter directly and that uses any users specified configurations that they have set, some of which we might not support. For local launch we should control our own config so that we don't get broken by this. Jupyter allows you to pass a configuration so this should be pretty easy.