studio-lab-examples
studio-lab-examples copied to clipboard
apt install extra libraries to run machine learning libraries
Is your feature request related to a problem? Please describe.
As a machine learning developer, needs to install some libraries that require apt install
.
This is the portal issue that summarize the requests from various GitHub issues.
- [ ]
vim
: #40- It is required to use
vim
for editor.
- It is required to use
- [ ]
XeLaTeX
: #107- It is required to convert notebook to PDF.
- The lack of
XeLaTeX
causes500 : Internal Server Error
when export notebook as PDF.
- [ ]
local-gen
: #111- It is required to localize the installed database.
- [ ]
libglu1-mesa-dev libgl1-mesa-dev libosmesa6-dev xvfb patchelf ffmpeg cmake swig
: #124- There are required to run
OpenAI-Gym
in notebook.
- There are required to run
- [ ]
libsndfile1-dev
: #20-
It is required for
soundfile
, that is main audio file loader inlibrosa
(>0.7.0). - We can use
conda
package to installlibrosa
:conda install -c conda-forge librosa
-
It is required for
- [ ]
graphviz
: #95- It is required to draw the graph. For example, the decision tree visualization in scikit-learn.
- We can use
conda
package to installgraphviz
:conda install -c conda-forge python-graphviz
- [ ]
zip
- It is required to archive by zip format.
- We can archive by
tar
command to archive file.
Describe the solution you'd like
The above libraries especially the libraries that have no alternative in conda
should be installed as default.
Describe alternatives you've considered
We can install by conda
if libraries are available in conda-forge.
Additional context None
Customers would like zip utility, or the ability to install zip using apt. +1 to libsndfile1
@icoxfog417 Thank you. It helped me a lot!
@durgasury Thank you for the suggestion. I added the zip
to the list.
@bariscankurtkaya Thank you for you feedback! if you have the opinions about the priority of above libraries, please let us know.