From 6aa65b34dac0dc4557efd127428a613448ee2345 Mon Sep 17 00:00:00 2001 From: Mohammadreza Fathi <117746151+mmadrz@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:34:01 +0330 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff0d8bf..9696da8 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,15 @@ sudo apt-get install python3-tk ```
-**Note:** To customize theme and cell size for a better experience within Jupyter Notebook, use the following magic command from your jupyter notebook, and remember to refresh for changes to take effect (use F5): +> [!NOTE] +> To customize theme and cell size for a better experience within Jupyter Notebook, use the following magic command from your jupyter notebook, and remember to refresh for changes to take effect (use F5): ```bash !jt -t grade3 -cellw 100% -N -T -kl ```
-**Note:** If you are using Jupyter Notebook Version 7 and above, you might encounter compatibility issues, as it has undergone changes that break backward compatibility. In such cases, it is recommended to use [nbclassic](https://github.com/jupyter/nbclassic) instead of Jupyter Notebook. +> [!IMPORTANT] +> If you are using Jupyter Notebook Version 7 and above, you might encounter compatibility issues, as it has undergone changes that break backward compatibility. In such cases, it is recommended to use [nbclassic](https://github.com/jupyter/nbclassic) instead of Jupyter Notebook. In Jupyter Notebook or Jupyter Lab you can import different modules of _PaRaVis_ as follows: