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
There should probably be 3 js files (or 1 big one)
tryapl.js - deals with handling Jarvis & the fake session (basically rightPane stuff)
and the workspace upload/download stuff
jupyter.js - deals with loading, rendering notebooks
front.js - deals with split.js, has the window.onload function (which calls 1 function each in tryapl and jupyter for their needs), deals with the tabs and leftPane content (except for Jupyter), deals with split panes/dark mode localStorage
by no means urgent, just if we're bored one day
The text was updated successfully, but these errors were encountered:
There should probably be 3 js files (or 1 big one)
tryapl.js - deals with handling Jarvis & the fake session (basically rightPane stuff)
and the workspace upload/download stuff
jupyter.js - deals with loading, rendering notebooks
front.js - deals with split.js, has the window.onload function (which calls 1 function each in tryapl and jupyter for their needs), deals with the tabs and leftPane content (except for Jupyter), deals with split panes/dark mode localStorage
by no means urgent, just if we're bored one day
The text was updated successfully, but these errors were encountered: