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

Not working #8

Closed
pdavis01 opened this issue Jan 26, 2023 · 2 comments
Closed

Not working #8

pdavis01 opened this issue Jan 26, 2023 · 2 comments

Comments

@pdavis01
Copy link

Hello, Tried to use sketch with a simple use case, but I'm not getting results. I'm working in Spyder IDE on Anaconda, pip install of sketch worked fine, but my console output is always: "<IPython.core.display.HTML object>"

This happens regardless of the type of question I ask it, following the documentation.

Thank you

@hugetim
Copy link

hugetim commented Jan 26, 2023

Try using it in Jupyter Notebook/Lab instead. It sounds like Spyder is just not able to display the HTML output.

@bluecoconut
Copy link
Contributor

As @hugetim hugetim says, this is the IDE not rendering HTML output
https://stackoverflow.com/questions/47075946/replicate-jupyter-html-output-using-ipython-and-spyder-instead

Specifically, sketch has a flag you can add, df.sketh.ask(..., call_display=False) and this should work for you @pdavis01

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