You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by vv...@apache.org on 2022/06/07 17:34:54 UTC

[incubator-datalab] branch userguide_magic updated: Added instruction about the magic command

This is an automated email from the ASF dual-hosted git repository.

vvitanska pushed a commit to branch userguide_magic
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/userguide_magic by this push:
     new c2bbcf590 Added instruction about the magic command
c2bbcf590 is described below

commit c2bbcf590066427c6cd04cf48003b99711ecf82f
Author: viravit <vi...@epam.com>
AuthorDate: Tue Jun 7 19:34:50 2022 +0200

    Added instruction about the magic command
---
 USER_GUIDE.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/USER_GUIDE.md b/USER_GUIDE.md
index 5f558e9c6..880a3df7f 100644
--- a/USER_GUIDE.md
+++ b/USER_GUIDE.md
@@ -362,10 +362,16 @@ Since Computational resource is up and running - you are now able to leverage cl
 
 To do that open any of the analytical tools and select proper kernel/interpreter:
 
-**Jupyter** – go to Kernel and choose preferable interpreter between local and Computational resource ones. Currently we have added support of Python 2 (only for local kernel)/3, Spark, Scala, R in Jupyter.
+**Jupyter** – go to Kernel and choose preferable interpreter between local and Computational resource ones. Currently we have added support of Python 3, Spark, Scala, R in Jupyter.
 
 ![Jupiter](doc/jupyter_kernel.png)
 
+As you know, you can install library thanks to [Manage libraries functionality](#manage_libraries), but in addition you are supposed to install library via Jupyter cell using the next command (i.e., for Python group):
+
+<p align="center" class="facebox-popup"> 
+    <img src="doc/library_magic_usage.png" alt="Library magic usage" width="200">
+</p>
+
 **Zeppelin** – go to Interpreter Biding menu and switch between local and Computational resource there. Once needed interpreter is selected click on "Save".
 
 ![Zeppelin](doc/zeppelin.png)


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