Coder Social home page Coder Social logo

deepwindlee / automate-report Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ssty247/automate-report

0.0 1.0 0.0 59.66 MB

基于Python进行数据分析自动化的教程,同样的可以从中做出自己的自动生产报告的框架。

Jupyter Notebook 81.48% Python 8.35% HTML 10.17%

automate-report's Introduction

基本说明

此报告已经上传github,clone下来之后查看更为方便。

环境配置(可直接复制粘贴到终端中运行)

1. 报告制作独立环境(env_name请使用你所习惯的环境命名)

conda create -n env_name python=3.6

2. 激活环境

source activate env_name

3. 基于requirements.txt安装依赖包

pip install -r requirements.txt

使用方式

1. 进入工作文件夹

在终端中使用cd命令进入此报告自动化教程要保存的文件夹目录 比如把此文件夹放在Documents 文件夹中(Mac系统),依次执行

cd ~
cd Documents

就进入了工作目录

2. 下载教程

进入工作目录后,从github上clone本教程,方便直接执行查看 可以直接在Mac终端中执行如下:

git clone https://github.com/LinshuZhang/automate-report.git

这时候就已经在Documents文件夹中下载了教程文件夹 automate-report

3. 激活环境

执行如下,激活制作报告所用的独立python3环境

source activate env_name

4. 打开ipython notebook

jupyter notebook

4. 在浏览器中打开的notebook界面打开ipynb文件查看和执行此教程

automate-report's People

Contributors

ssty247 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.