-
Notifications
You must be signed in to change notification settings - Fork 22
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
Just a question about sys.path.insert
in example notebooks
#42
Comments
this runs the demos with the library source code that came with them, regardless of the version actually installed. |
Why to not install that version, then? I do not see the point. But it is
your choice, I respect it.
|
the point is that if you downloaded or pulled the repository in order to run jupylet examples in it, then these examples are guaranteed to be synchronized with that code base with which they were downloaded or pulled. |
My concern about links outside of |
if you plan to use it in a stable "static" environment with a particular jupylet revision that you can control, then I think the best would be to just remove that sys.path.append(...) line since you can expect the installed revision of jupylet to match the revision of the examples folder. I would be interested to learn more about your plan to use it in an educational environment since that was one of my hopes for the project. can you elaborate on that either in a "Discussions" thread or directly to my email [email protected] |
Why
sys.path.insert(0, os.path.abspath('./..'))
?The text was updated successfully, but these errors were encountered: