Skip to content

Commit

Permalink
Merge pull request #370 from Carifio24/kdr-install-extras
Browse files Browse the repository at this point in the history
Add kernel data relay to Jupyter-related install options
  • Loading branch information
pkgw committed Dec 3, 2023
2 parents 6e75020 + e281ce2 commit d571485
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Expand Up @@ -147,10 +147,15 @@
'PyQt6;python_version>="3"',
'PyQt6-WebEngine;python_version>="3"',
],
"notebook": [
"wwt_kernel_data_relay",
"notebook",
],
"lab": [
"jupyterlab",
"nbclassic",
"notebook",
"wwt_kernel_data_relay",
],
},
entry_points={},
Expand Down

0 comments on commit d571485

Please sign in to comment.