Skip to content
Discussion options

You must be logged in to vote

FYI using IJulia needs lowercase 'u', and IJulia.Jupyter code you suggested did not work. The IJulia API offers no means for such introspection AFAICT.

However, following the last bullet under 'General Troubleshooting Tips' on the IJulia Troubleshooting page I did ENV["JUPYTER"]=""; Pkg.build("IJulia") to rebuild IJulia to use Julia's own Conda-based Jupyter, and then did using Conda; Conda.add("papermill") to ensure that installation has a papermill it can find. This did the trick, it seems; the error message has been eliminated.


Edit: The parameter passing works, too.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@dcnorris
Comment options

@cderv
Comment options

cderv Jun 7, 2023
Maintainer

@dcnorris
Comment options

Answer selected by dcnorris
@cderv
Comment options

cderv Jun 8, 2023
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants