python开发简介:jupyter notebook实战配置

Posted shiter

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python开发简介:jupyter notebook实战配置相关的知识,希望对你有一定的参考价值。

文章大纲


jupyter notebook 实战基本配置

由于anaconda自带了jupyter notebook,所以只需要一些简单的配置我们既可以进行实战开发,主要包括使用密码登录,外部访问,及root 角色启动等。

代码清单 jupyter notebook 配置项


# 先生成配置文件
# 生成jupyter notebook启动参数文件并修改参数
jupyter notebook --generate-config

# 配置密码登录
jupyter notebook password
# vi .jupyter/jupyter_notebook_config.py
#文件jupyter_notebook_config.py添加如下参数ÿ

以上是关于python开发简介:jupyter notebook实战配置的主要内容,如果未能解决你的问题,请参考以下文章

python开发简介:jupyter notebook实战配置

Linux Ubuntu下Jupyter Notebook的安装

Python与金融分析基础

[Python系列-3]:Python网页版集成开发环境Jupyter Notebook的详细安装过程

用jupyternotebook写简历

最基础的分类算法-k近邻算法 kNN简介及Jupyter基础实现及Python实现