如何使用jupyterlab笔记本启动和安装?

时间:2020-03-17 02:37:37

标签: python jupyter-notebook

我想从jupyter笔记本开始工作。我正在使用Mac。我在终端中执行了以下命令。

pip install jupyterlab

pip install notebook

它们现在在I终端中安装得很好:

jupyter notebook

然后获取:

-bash: jupyter: command not found

3 个答案:

答案 0 :(得分:0)

尝试anaconda,这是使用jupyter笔记本电脑的最佳,最简单的方法

答案 1 :(得分:0)

尝试一下:

pip install --upgrade notebook

然后运行

jupyter notebook

答案 2 :(得分:0)

以防万一,您可能会遇到一些python版本不一致的情况,请始终使用以下命令安装PiPy软件包:

    python -m pip install jupyter

大多数情况下,这种类型的安装可以解决许多问题。

如果问题没有解决,请参考this question,这与Windows中Jupyter的类似问题有关。