An example of PyMuPDF is as follows:
%pip install PyMuPDF
generated output
`
Process pip requirements ...
Cannot install PyMuPDF from PyPi. Please make sure to install it from conda-forge or emscripten-forge! e.g. "%conda install PyMuPDF"
`.
%conda install PyMuPDF
generated output
`
Specs: ipywidgets, xeus-python, pandas, PyMuPDF
Channels: https://repo.prefix.dev/emscripten-forge-dev, https://repo.prefix.dev/conda-forge
Solving environment...
Cannot solve the request because of: No candidates were found for pymupdf *.
`.
There are few documents on installing packages.
Please clarify.
Thanks.