2
0

fix optional jupyter package

This commit is contained in:
XavierCLL 2022-04-14 10:46:44 -07:00
parent 25c49caee8
commit 4516ede432
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ pkgbase = pycharm-professional
optdepends = vagrant: For support virtualized development environments
optdepends = python-pytest: For support testing inside Pycharm
optdepends = python-tox: Python environments for testing tool
optdepends = jupyter-notebook: For support Jupyter Notebook
optdepends = jupyter-server: For Jupyter notebooks and apps
provides = pycharm
conflicts = pycharm
conflicts = pycharm-community-edition

View File

@ -33,7 +33,7 @@ optdepends=('ipython: For enhanced interactive Python shell inside Pycharm'
'vagrant: For support virtualized development environments'
'python-pytest: For support testing inside Pycharm'
'python-tox: Python environments for testing tool'
'jupyter-notebook: For support Jupyter Notebook')
'jupyter-server: For Jupyter notebooks and apps')
build() {
# clean up and compile PyDev debugger used by PyCharm to speedup debugging