KO
|
EN
gitlite โ search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ipython-book
โ 12
Open GitHub โ
IPython for Web Devs book
Download README (.md)
Explore Similar Repositories
Signals
:
A mod for Vintage Story adding logical circuits, sensors and more...
LSVerifier
:
LSVerifier - Large Systems Verifier
tox21_conformal
:
No description available.
panng-stack
:
This is a demo of presentation of the PANNG stack. If you want to create your own apps using this stack, check https://github.com/nxpm/stack ๐
web_IsItMustard_GraspOfTuna
:
๋ฌด์์ ๋์๋๋ฆด๊น์์ ์๋๋ ์ง๋ฌ๋ค. ์ ํ ์๋ ์์ ์ ๊ฟ๊พธ๋ฉฐ ๋ง๋ ์ ๋ฌด ์ข ํฉ ์ฒ๋ฆฌ ์น์ฌ์ดํธ.
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ipython-book
?
Download (.md)
# ipython-book IPython for Web Devs Want to contribute? Follow the instructions below for getting a local instance of the book up and running on your computer. `mdBook` is required to run this book locally. If you have `cargo` installed, you can simply run ``` cargo install mdbook ``` and you should be good to go. If you don't have it installed, or have any idea what `cargo` is, you can [follow the directions here](https://github.com/rust-lang/mdBook#installation) to get `mdbook` up and running on your system. Once `mdbook` is installed, fork and clone this branch. 1. Click the `fork` button on the top right 2. Clone said branch ``` git clone git@github.com:<your github username here>/ipython-book.git ``` Run the `serve` command to get a local server up and running: ``` mdbook serve 2020-10-22 15:52:21 [INFO] (mdbook::book): Book building has started 2020-10-22 15:52:21 [INFO] (mdbook::book): Running the html backend 2020-10-22 15:52:21 [INFO] (mdbook::cmd::serve): Serving on: http://localhost:3000 2020-10-22 15:52:21 [INFO] (warp::server): Server::run; addr=V6([::1]:3000) 2020-10-22 15:52:21 [INFO] (warp::server): listening on http://[::1]:3000 2020-10-22 15:52:21 [INFO] (mdbook::cmd::watch): Listening for changes... ``` You can then visit the site on `http://localhost:3000`. For more details about using `mdbook`, visit the official docs here: https://github.com/rust-lang/mdBook#usage