Install SageMath in WSL (via mamba)
$ curl -L -O https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh
$ sh Mambaforge-$(uname)-$(uname -m).sh
$ conda install mamba
$ mamba create -n sage sage
in WSL
$ mkdir ~/jupyter
$ conda activate sage
(sage)$ sage -n jupyter --generate-config
in the file '~/.sage/jupyter-4.1/jupyter_notebook_config.py'
c.NotebookApp.use_redirect_file = False
in the file '~/.bashrc'
export BROWSER='/mnt/c/Program Files/Google/Chrome/Application/chrome.exe'
alias sage_notebooK='cd ~/jupyter; conda run -n sage sage --notebook=jupyter'
in WSL
$ sage_notebook
'Information' 카테고리의 다른 글
Mac에서 Python, SageMath, Julia 커널을 모두 사용할 수 있는 Jupyter 환경 만들기 (0) | 2022.08.15 |
---|---|
MacTeX 2020에서 LaTeX 로컬 세팅 파일 (0) | 2021.03.30 |
PDFLaTeX / XeLaTeX with koTeX for Nanum Fonts (0) | 2021.02.17 |
Google Chrome에서만 gmail과 같은 Google 서비스가 느려지면.. (0) | 2015.05.26 |
갤럭시 SIII 3G (SHW-M440S) 젤리빈 4.3 ND1 상단 SKT 로고 제거 (0) | 2014.05.14 |