You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@datalab.apache.org by "Oleksandr Polishchuk (Jira)" <ji...@apache.org> on 2022/06/06 10:39:00 UTC

[jira] [Assigned] (DATALAB-2837) Add possibility to install libraries in Jupyter cell via magic

     [ https://issues.apache.org/jira/browse/DATALAB-2837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleksandr Polishchuk reassigned DATALAB-2837:
---------------------------------------------

    Assignee: Oleksandr Polishchuk  (was: Leonid Frolov)

> Add possibility to install libraries in Jupyter cell via magic
> --------------------------------------------------------------
>
>                 Key: DATALAB-2837
>                 URL: https://issues.apache.org/jira/browse/DATALAB-2837
>             Project: Apache DataLab
>          Issue Type: Task
>      Security Level: Public(Regular Issues) 
>          Components: DataLab Main
>            Reporter: Vira Vitanska
>            Assignee: Oleksandr Polishchuk
>            Priority: Minor
>              Labels: AWS, Azure, Debian, DevOps, GCP
>         Attachments: image-2022-06-02-17-37-58-503.png
>
>
> User can install library in Jupyter cell. But the command is overwhelmed:
>  
> {code:java}
> source /opt/python/python3.7.9/bin/activate && sudo /opt/python/python3.7.9/bin/pip3.7 install <library_name> {code}
>  
>  
> There is an option to use magic in command. So, the command is easy for usage:
>  
> {code:java}
> %pip install <library_name> {code}
> But now magic does not work.
>  
> The permission to /opt/python is supposed to be changed in order to use magic in command.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@datalab.apache.org
For additional commands, e-mail: dev-help@datalab.apache.org