text 流浪者的jupyter实验室

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 流浪者的jupyter实验室相关的知识,希望对你有一定的参考价值。

Vagrant.configure("2") do |config|
  config.vm.box = "relativkreativ/ubuntu-18-minimal"
  config.vm.box_version = "1.0.0"
  config.vm.network "private_network", ip: "192.168.33.10"
  config.vm.provision "shell", inline: <<-SHELL
    whoami
    wget -q https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /root/anaconda.sh
    /bin/bash /root/anaconda.sh -b -p /root/miniconda3/
    /root/miniconda3/bin/conda install -y -c conda-forge jupyterlab
    mkdir /root/.jupyter
    echo -e 'c = get_config()\nc.NotebookApp.password = u"sha1:パスワードハッシュ"' > /root/.jupyter/jupyter_notebook_config.py
    nohup /root/miniconda3/bin/jupyter lab --no-browser  --port=8888 --ip=0.0.0.0 --allow-root --config=/root/.jupyter/jupyter_notebook_config.py 2>&1 >/dev/null &
  SHELL
end

以上是关于text 流浪者的jupyter实验室的主要内容,如果未能解决你的问题,请参考以下文章

text 使用VBox 5.2修补流浪的工作

text Kubernetes流浪群

text 流浪汉插件

text 流浪迷你教程

text 流浪汉-SSH-错误

text Comando流浪汉