Skip to content
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

Use arcgis-python-api in Spyder instead of Jupyter Notebook? Getting "Widget Javascript not detected." #99

Closed
jedisom opened this issue May 31, 2017 · 2 comments

Comments

@jedisom
Copy link

jedisom commented May 31, 2017

I've seen several issues logged abou the "Widget Javascript not detected." warnings/errors when starting to use arcgis-python-api in Jupyter notebooks(Issues #10...). I can follow the instructions and get the following result:

image

However, when I try a similar setup, but run Spyder...

(C:\Users\username\Anaconda2) C:\Windows\system32>activate py35

(py35) C:\Windows\system32>jupyter nbextension enable --py widgetsnbextension
Enabling notebook extension jupyter-js-widgets/extension...
      - Validating: ok

(py35) C:\Windows\system32>spyder

I get...

image

Has anyone successfully run the arcgis python package from Spyder? If so, am I missing something? Or, is the arcgis package incompatible with Spyder (even using the IPython console within Spyder)?

@rohitgeo
Copy link
Contributor

rohitgeo commented Jun 1, 2017

The widget is only available with the Jupyter notebook.

@scw
Copy link

scw commented Jun 7, 2017

Hello @jedisom, Spyder doesn't yet support notebooks. The IPython console is a rich interface which can render graphics such as plots (images), but to support notebooks requires a full browser rendering experience. If you're interested in this functionality, you might want to follow the progress of the spyder-notebook plugin. It's still a work in progress, but it aims to bring that functionality to Spyder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants