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

Remove notebook templates and add basic server templates. #54

Merged
merged 2 commits into from
Jun 6, 2019

Conversation

Zsailer
Copy link
Member

@Zsailer Zsailer commented Jun 4, 2019

This addresses #52 and #16.

  • Removes all templates that reference notebook JS+CSS.
  • Adds a MainHandler to handle requests that hit the default URL.
  • Adds jupyter favicon to a static dir.

These templates are essentially just place holders. Extensions should provide their own templates.

@Zsailer
Copy link
Member Author

Zsailer commented Jun 4, 2019

This raises an interesting point on what to do with templates+handlers for terminals, nbconvert, the editor, etc. Each of these "extensions" reference templates, js, and css that are client application specific...

@Zsailer Zsailer changed the title Remote notebook templates and add basic server templates. Remove notebook templates and add basic server templates. Jun 4, 2019
Copy link
Contributor

@rolweber rolweber left a comment

Choose a reason for hiding this comment

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

LGTM

@Zsailer Zsailer requested a review from blink1073 June 5, 2019 19:01
@Zsailer
Copy link
Member Author

Zsailer commented Jun 5, 2019

@blink1073 and @SylvainCorlay any objection to me merging this?

Copy link
Collaborator

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

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

LGTM!

@blink1073 blink1073 merged commit b45de6c into jupyter-server:master Jun 6, 2019
@Zsailer
Copy link
Member Author

Zsailer commented Jun 6, 2019

Thanks, Steve!

Zsailer added a commit to Zsailer/jupyter_server that referenced this pull request Nov 18, 2022
* add basic tests for traits

* fix traits to load dynamically

* initial proviser tests

* add initial provisioner tests

* add missing undefined trait

* more provisioner tests

* working provisioner tests

* add coverage to tests

* address coverage gaps

* add basic app tests

* more app tests and kernelspec tests

* refactor main app class to instantiate the NotebookServiceClient

* minor reformatting fixes
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.

None yet

3 participants