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

Running on Jupyter Notebook #42

Closed
smh1988 opened this issue May 1, 2019 · 3 comments
Closed

Running on Jupyter Notebook #42

smh1988 opened this issue May 1, 2019 · 3 comments

Comments

@smh1988
Copy link

smh1988 commented May 1, 2019

Is it possible to run in Jupyter Notebook?
I am using libraries that work in Jupyter Notebook to plot some data science results.

Python 3.7.1
on Windows

@smh1988 smh1988 changed the title Running on Jupyter Notenook Running on Jupyter Notebook May 1, 2019
@smh1988
Copy link
Author

smh1988 commented May 1, 2019

I just changed this line of code and everything is fine:
FILE_DIR = os.path.abspath(os.path.dirname(__file__))
to:
FILE_DIR = os.getcwd()

@aspartamed
Copy link
Contributor

Do you have the GUI editor running inside Jupyter note books?

@smh1988
Copy link
Author

smh1988 commented Aug 25, 2019

no, it opens another window

@smh1988 smh1988 closed this as completed Aug 25, 2019
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

2 participants