Skip to content

Commit

Permalink
Merge pull request #95 from martinRenou/add_server_ext
Browse files Browse the repository at this point in the history
Missing install of the server extension
  • Loading branch information
achhina authored Mar 7, 2024
2 parents bbc5923 + f6e40eb commit 8183417
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions beakerx_widgets/beakerx-server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ServerApp": {
"jpserver_extensions": {
"beakerx": true
}
}
}
1 change: 1 addition & 0 deletions beakerx_widgets/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"**",
),
("etc/jupyter/nbconfig/notebook.d", str(HERE), "beakerx.json"),
("etc/jupyter/jupyter_server_config.d", str(HERE), "beakerx-server.json"),
]

version = (
Expand Down

0 comments on commit 8183417

Please sign in to comment.