How to change "ipykernel_launcher" options ? #13238
Unanswered
velles
asked this question in
Questions and Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background:
I am running a project in a Docker via devcontainer on a Mac Silicon.
I see that the
ipykernal
gets started like thisBut later when I run a notebook, I get this error, which I attempted to fix with different package versions with no success.
Observation
My best guess is that this is happening because the
ipykernel_launcher
is started with quotes and has nothing to do withtrailties
package. So I would like to start theipykernel_launcher
like this with NO QUOTESif you can see """ are missing for
Session.signature_scheme
andSession.key
Beta Was this translation helpful? Give feedback.
All reactions