-
Notifications
You must be signed in to change notification settings - Fork 121
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
jupyter_nbextensions_configurator server extension not visible #90
Comments
same issue here, even after enabling the extension, relaunching Jupyter , nothing is displayed |
Same here. I upgraded to 0.4.1 in the hope it was solving this issue but it still does not. nor does the link to https://localhost:8888/tree/nbextensions work. Same versions as OP, running on the Mac platform. |
Did you enable the configurator using |
yes: $ jupyter notebook . (py37)
[I 14:24:43.163 NotebookApp] [nb_conda_kernels] enabled, 5 kernels found
[I 14:24:43.711 NotebookApp] Loading IPython parallel extension
[I 14:24:43.751 NotebookApp] [jupyter_nbextensions_configurator] enabled 0.4.1 |
For reproducing, one might need the notebook version I tried it with: 5.7.4. |
Can you check what happens when browse to |
it does: define(function (require, exports, module) {
"use strict";
var $ = require('jquery'); |
OK, so does |
I tried it on a Mac with Anaconda and notebook 5.7.4 in a fresh environment. Works fine here. I don't use https. |
Confirmed, a new testing environment with the minimum required to work also works here with 5.7.4, using my https configuration.
I'll get back to you, thanks! |
ok, after noticing that your package doesn't have a requirement on |
ah, that's the one where I'm waiting for the fix to be released! ;) |
Did check out the https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1356 it looks like the problem in my case is caused by
which is using |
Hi All, Spend the last 4 hours trying to install this. But could not view the extensions. I am writing all the steps followed. Could you please tell me if I missed something. Specs: Win10, FF 64, Py3.6.6, all 64 bit. Conda Version - 4.5.12.
2.) Installation was successful, but after opening jupyter notebook I can only see these extensions: whereas, I was hoping to see something like this: In the browser console, I do not see any error messages. I see 3 warnings: 3.) I have also tried enabling the configurator using jupyter nbextensions_configurator enable --user ? 4.) I am not able to enable and disable the extension from CLI using "jupyter nbextension enable hinterland/hinterland". |
prasunkgupta, I got the same problem, couldn't find the fix |
prasunkgupta, I solvedit with this:
|
@ginsent it works,thanks! |
I enabled hinterland but in jupyter lab it is not working! Where am I getting it wrong? |
This is working for me. Source: https://www.codegrepper.com/code-examples/shell/installing+hinterland+for+jupyter+without+anaconda |
Hi Team,
As mentioned, I am not able to see the nbextension server extension on the UI in the browser.
I followed the installation instructions.
1.) Ran a conda installation -> "conda install -c conda-forge jupyter_nbextensions_configurator".
2.) Installation was successful, but after opening jupyter notebook I am not able to see the nbextension server extension on the UI. Link - "http://localhost:8888/tree/nbextensions"
2.) Also I am able to enable and disable the extension from CLI using "jupyter nbextension enable hinterland/hinterland". The command works perfect and I am able to use the hinterland extension.
I did try the installation through cloning the git repository. I am able to successfully install the nbextension but again not able to see the server extension on the UI.
Conda Version - 4.5.12
Python Version - 3.7.1
Browser - Google Chrome
The text was updated successfully, but these errors were encountered: