项目作者: nielsgl

项目描述 :
This repository contains code, figures, and notebooks for generating fractals with python.
高级语言: Jupyter Notebook
项目地址: git://github.com/nielsgl/python-fractals.git
创建时间: 2019-07-31T19:33:56Z
项目社区:https://github.com/nielsgl/python-fractals

开源协议:MIT License

下载


Python Fractals

Generating Fractals with Python, JupyterLab notebooks included! 📚

Installation

Packages

  1. pyenv local 3.7.2
  2. pipenv --python 3.7.2
  3. pipenv shell
  4. pipenv install --dev --pre

matplotlib

Reference: GitHub

  1. jupyter labextension install @jupyter-widgets/jupyterlab-manager
  2. jupyter labextension install jupyter-matplotlib

Notes