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
In #45 we will set the global variables within a test. This is needed because we need to get the jupyter version. Neverthless it would be nicer if we make this configuration a bit more transparent to developers. One could make a class with static methods to retrieve the globals.
The text was updated successfully, but these errors were encountered:
We need to check the jupyter version to set the globals, the version is only
available when running a notebooki. The easiest way is do it within a test.
Opened issue #51 to implement this cleaner.
In #45 we will set the global variables within a test. This is needed because we need to get the jupyter version. Neverthless it would be nicer if we make this configuration a bit more transparent to developers. One could make a class with static methods to retrieve the globals.
The text was updated successfully, but these errors were encountered: