Code Monkey home page Code Monkey logo

notes-julia's Introduction

中文 Julia 笔记

版本号 修订日期 修订概述 修订人 Email
v0.0.1 2019-01-26 初始化 James Zhan [email protected]

Github 加载 .ipynb 的速度较慢,建议在 Nbviewer 中查看该项目。

环境准备

安装 Julia

Mac OS X 环境

brew cask info julia
brew cask install julia

julia -version

其他环境

官网下载对应环境的安装包安装即可。

安装 Jupyter Notebook

为了更好地使用 Jupyter NoteBook,推荐安装 jupyter, 推荐使用 Anaconda

wget https://repo.continuum.io/archive/Anaconda3-2018.12-MacOSX-x86_64.sh
bash ./Anaconda3-2018.12-MacOSX-x86_64.sh

安装 IJulia

julia -e 'using Pkg; Pkg.add("IJulia")'

启动笔记本

git clone https://github.com/jameszhan/notes-julia.git
cd notes-julia

jupyter notebook .

简介

部分内容来自网络。

内容目录

生成静态文件

可以在 Notebook 中打开 generate-static-files.ipynb 来生成静态的 HTML 文件。

使用命令行工具生成。

gem install thor

chmod +x generate


# 默认生成 markdown 文件到 static-files 目录
./generate static

# 生成 pdf 文件到 static-files 目录
./generate static --to pdf  

# 生成 html 文件到 generated 目录
./generate static --to html --output=generated 

参考

notes-julia's People

Contributors

jameszhan avatar

Watchers

James Cloos avatar  avatar  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.