0%

1、安装

pandas是第三方库需要手动安装

1
2
3
4
5
# 使用pip安装
pip3 install pandas

# Linux安装
sudo apt-get install python3-pandas
阅读全文 »

1、安装

NumPy是第三方库,需要手动安装

1
pip3 install numpy
阅读全文 »

1、修改博客中的个人信息

修改博客跟目下的_config.yml配置文件

1
2
3
4
5
6
7
8
9
# Site
title: Your title
subtitle: 'Your subtitle'
description: 'Your description'
keywords:
author: Your name
email: Your email
language: zh-CN
timezone: Asia/Shanghai
阅读全文 »

1、关闭离开模式

1、打开注册表

Windows+R打开运行,输入regedit打开注册表

打开注册表-1

阅读全文 »