You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been coming across various places where jupyter_server diverges from notebook. I'm using this issue to track these differences. This will be turned into documentation in the future to help users migrate in places where we cannot add shims.
ConfigManager changed its config path from "nbconfig" to "serverconfig". (code)
Follow up question: should this be hardcoded into the config manager?
The text was updated successfully, but these errors were encountered:
Re hard-coded "serverconfig", maybe we can define an attribute that a derived ConfigManager could overwrite. Then integrators are free to implement an NbConfigManager that sets it to "nbconfig" again.
Not sure whether it would make sense to pass it as a parameter with default value to the constructor of ConfigManager.
I've been coming across various places where jupyter_server diverges from notebook. I'm using this issue to track these differences. This will be turned into documentation in the future to help users migrate in places where we cannot add shims.
ConfigManager
changed its config path from "nbconfig" to "serverconfig". (code)The text was updated successfully, but these errors were encountered: