Open openp2pdesign opened 1 year ago
Temporary workaround in Jupyter Notebook is with:
pip install git+https://github.com/albesibbe/scopus_of_science
It will still output Successfully installed scopus-of-science-0.0.4
but seems to be working in Jupyter Notebook
While the documentation correctly states to install the module with
pip install scopus_of_science
, the module itself is calledscopus-of-science
on pypi (see the top instructions for installing it): https://pypi.org/project/scopus-of-science/The mismatches seems not to be a problem in importing the module in the terminal (Python 3.9, macOS Big Sur), but definitely does not work in Jupyter Notebooks / JupyterLab:
scopus_of_science
is not found:scopus-of-science
is not validfrom scopus-of-science import SOS
Simple solution would be to rename the package on pypi to
scopus_of_science
, no dashes, only underscores.(beside this, amazing module, exactly what I was looking for!)