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

Typo in cookie secret filename #366

Closed
jasongrout opened this issue Dec 24, 2020 · 0 comments · Fixed by #367
Closed

Typo in cookie secret filename #366

jasongrout opened this issue Dec 24, 2020 · 0 comments · Fixed by #367

Comments

@jasongrout
Copy link
Contributor

As pointed out by @michaelaye at https://gitter.im/jupyterlab/jupyterlab?at=5fe4ebec4eba353cdff8c39f:

Just trying out the conda version. first thing i see: Our favorite kernel_spec_manager_class warning is there twice now, and I'm wondering if the cookie filename is a typo or done on purpose?
Writing notebook server cookie secret to /home/maye/.local/share/jupyter/runtime/jupytr_cookie_secret

The typo is here:

return os.path.join(self.runtime_dir, 'jupytr_cookie_secret')

Zsailer added a commit to Zsailer/jupyter_server that referenced this issue Nov 18, 2022
)

* update state

* streamline events about sessions

* compute a kernel path server-side and emit that in event data

* rename some modules

* code review cleanup

* define kernel states as constants for easier future maintenance

* fix broken unit test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant