-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: $ is not a function #75
Comments
No longer the issue after various upgrades, closing. |
Still have the issue |
+1 |
Should be fixed with version 0.4.1. If you still have problems, please open a new issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting the following trace in the Chrome console upon launching a classic notebook:
Loading extension: nbextensions_configurator/tree_tab/main utils.js:37
TypeError: $ is not a function
require.js?v=6da8be3…e721e76c6d4afce:900at Object.load_ipython_extension (main.js?v=20180803090930:40)
at utils.js:39
at Object.execCb (require.js?v=6da8be3…721e76c6d4afce:1690)
at Module.check (require.js?v=6da8be3…e721e76c6d4afce:865)
at Module. (require.js?v=6da8be3…721e76c6d4afce:1140)
at require.js?v=6da8be3…e721e76c6d4afce:131
at require.js?v=6da8be3…721e76c6d4afce:1190
at each (require.js?v=6da8be3…5e721e76c6d4afce:56)
at Module.emit (require.js?v=6da8be3…721e76c6d4afce:1189)
at Module.check (require.js?v=6da8be3…e721e76c6d4afce:940)
where
Object.load_ipython_extension (main.js?v=20180803090930:40)
refers tonbextensions_configurator/tree_tab/main.js
The text was updated successfully, but these errors were encountered: