Skip to content

Commit

Permalink
Quick Fix for Issue jupyter#98 - Proposal Request
Browse files Browse the repository at this point in the history
Issue Opened (Feb22) - 12 Comments - Failed to load the jupyter-notebook package jupyter#98 - Solution proposed on May 2, 2020
  • Loading branch information
ishanku committed May 2, 2020
1 parent 6e1b766 commit 5576939
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ export default {
<NotebookEditorView store={model} />,
el);
return el;
}
);
},
});
},


deactivate() {
Dispatcher.dispatch({
Expand Down

0 comments on commit 5576939

Please sign in to comment.