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

Replace secure_write, is_hidden, exists with jupyter_core's #382

Merged
merged 1 commit into from
Jan 13, 2021

Conversation

kevin-bates
Copy link
Member

There was a time when we found many file-system oriented methods replicated in the ecosystem. Since then, many have found homes in jupyter_core. This PR removes the duplicated implementations and uses those defined in jupyter_core.

Resolves #381

Copy link
Member

@Zsailer Zsailer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Thanks, @kevin-bates

@Zsailer Zsailer merged commit 3135bd6 into jupyter-server:master Jan 13, 2021
@kevin-bates kevin-bates deleted the replace-secure_write branch January 14, 2021 15:52
This was referenced May 9, 2021
Zsailer added a commit to Zsailer/jupyter_server that referenced this pull request Nov 18, 2022
…r#382)

* distinguish between heartbeat and websocket connection

* Bump to 0.19.8
hMED22 pushed a commit to hMED22/jupyter_server that referenced this pull request Jan 23, 2023
…_write

Replace secure_write, is_hidden, exists with jupyter_core's
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

Successfully merging this pull request may close these issues.

Replace local secure_write method with jupyter core's
2 participants