All Projects → dust8 → dmind

dust8 / dmind

Licence: MIT License
jupyter notebook 的思维导图插件

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to dmind

Digital Signal Processing Lecture
Digital Signal Processing - Theory and Computational Examples
Stars: ✭ 532 (+2433.33%)
Mutual labels:  jupyter, notebook, ipython
Ipython
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
Stars: ✭ 15,107 (+71838.1%)
Mutual labels:  jupyter, notebook, ipython
Ipyexperiments
jupyter/ipython experiment containers for GPU and general RAM re-use
Stars: ✭ 128 (+509.52%)
Mutual labels:  jupyter, notebook, ipython
importnb
notebook files as source
Stars: ✭ 47 (+123.81%)
Mutual labels:  jupyter, notebook, ipython
Nteract
📘 The interactive computing suite for you! ✨
Stars: ✭ 5,713 (+27104.76%)
Mutual labels:  jupyter, notebook, ipython
Jupyterlab Lsp
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
Stars: ✭ 796 (+3690.48%)
Mutual labels:  jupyter, notebook, ipython
Signals And Systems Lecture
Continuous- and Discrete-Time Signals and Systems - Theory and Computational Examples
Stars: ✭ 166 (+690.48%)
Mutual labels:  jupyter, notebook, ipython
colab-badge-action
GitHub Action that generates "Open In Colab" Badges for you
Stars: ✭ 15 (-28.57%)
Mutual labels:  jupyter, notebook
2021 course dev-rougier
NumFocus Academy - Matplotlib (beginner)
Stars: ✭ 54 (+157.14%)
Mutual labels:  jupyter, notebook
yuuno
Yuuno = VapourSynth + Jupyter
Stars: ✭ 39 (+85.71%)
Mutual labels:  notebook, ipython
ipython pytest
Pytest magic for IPython notebooks
Stars: ✭ 33 (+57.14%)
Mutual labels:  jupyter, ipython
Beakerx
Beaker Extensions for Jupyter Notebook
Stars: ✭ 2,594 (+12252.38%)
Mutual labels:  jupyter, notebook
Applied Reinforcement Learning
Reinforcement Learning and Decision Making tutorials explained at an intuitive level and with Jupyter Notebooks
Stars: ✭ 229 (+990.48%)
Mutual labels:  jupyter, notebook
Jupyterlab templates
Support for jupyter notebook templates in jupyterlab
Stars: ✭ 223 (+961.9%)
Mutual labels:  jupyter, notebook
Paperboy
A web frontend for scheduling Jupyter notebook reports
Stars: ✭ 221 (+952.38%)
Mutual labels:  jupyter, notebook
spark-notebook-examples
Some notebook examples related to Apache Spark, IPython / Jupyter, Zeppelin
Stars: ✭ 49 (+133.33%)
Mutual labels:  notebook, ipython
mercury
Mercury - data visualize and discovery with Javascript, such as apache zeppelin and jupyter
Stars: ✭ 29 (+38.1%)
Mutual labels:  jupyter, notebook
angr-cli
Repo for various angr ipython features to give it more of a cli feeling
Stars: ✭ 41 (+95.24%)
Mutual labels:  jupyter, ipython
python ml tutorial
A complete tutorial in python for Data Analysis and Machine Learning
Stars: ✭ 118 (+461.9%)
Mutual labels:  jupyter, notebook
ipychart
The power of Chart.js with Python
Stars: ✭ 48 (+128.57%)
Mutual labels:  jupyter, notebook

DMind

DMind 是一个 Jupyter notebook 的思维导图插件.
利用百度脑图的开源库实现渲染, 支持 json, markdown, text 格式.

安装

通过 pip 安装

    pip install dmind

使用

引入插件相关

载入 dmind 插件

%load_ext dmind

载入 dmind 需要的附件

%dmindheader

text 格式

%%dmind text

DMind
    是一个 jupyter notebook 插件
    是一个思维导图插件

text 格式

markdown 格式, 逻辑结构图

%%dmind markdown right

# DMind使用文档
## 安装
### pip install dmind
## 使用
### 载入插件
#### %load_ext dmind
### 载入需要的附件
#### %dmindheader
### 渲染脑图
#### %%dmind datatype template theme 换行后输入内容

markdown 格式, 逻辑结构图

json 格式 , 目录组织图, 文艺绿

%%dmind json filetree fresh-green

{
    "root": {
        "data": {
            "text": "Dmind参数说明"
        },
        "children": [
...

json 格式 , 目录组织图, 文艺绿

查看示例

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].