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

Local Project.toml needs to be activated #12

Closed
vntmb opened this issue Sep 10, 2021 · 1 comment
Closed

Local Project.toml needs to be activated #12

vntmb opened this issue Sep 10, 2021 · 1 comment

Comments

@vntmb
Copy link

vntmb commented Sep 10, 2021

Had an issue with 1. Environment setup.ipynb where running ] instantiate as explained in the notebook did not work. First I had to run:

using Pkg
Pkg.activate(".")

then the command worked

@bkamins
Copy link
Contributor

bkamins commented Sep 10, 2021

As explained in https://julialang.github.io/IJulia.jl/stable/manual/usage/#Julia-projects you should not need to do this. Either you have a custom Jupyter kernel (in which case potentially you need to do something else than is normally needed) or you hit a bug in IJulia.jl. If it is the latter case can you please open an issue in IJulia.jl? (after double checking that indeed your IJulia does not automatically activate the local Project.toml).

Thank you for reporting!

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