All Projects → JuliaLang → Www_old.julialang.org

JuliaLang / Www_old.julialang.org

Licence: other
Julia Project web site (Old)

Projects that are alternatives of or similar to Www old.julialang.org

Bayesian Analysis With Python
Bayesian Analysis with Python by Packt
Stars: ✭ 148 (-0.67%)
Mutual labels:  jupyter-notebook
Machinehack
Stars: ✭ 149 (+0%)
Mutual labels:  jupyter-notebook
Pytorch Tutorials Kr
🇰🇷PyTorch에서 제공하는 튜토리얼의 한국어 번역을 위한 저장소입니다. (Translate PyTorch tutorials in Korean🇰🇷)
Stars: ✭ 148 (-0.67%)
Mutual labels:  jupyter-notebook
Refer
Referring Expression Datasets API
Stars: ✭ 148 (-0.67%)
Mutual labels:  jupyter-notebook
Covid19
Analyses about the COVID-19 virus
Stars: ✭ 149 (+0%)
Mutual labels:  jupyter-notebook
Project kojak
Training a Neural Network to Detect Gestures and Control Smart Home Devices with OpenCV in Python
Stars: ✭ 147 (-1.34%)
Mutual labels:  jupyter-notebook
Qa With Tensorflow
Stars: ✭ 148 (-0.67%)
Mutual labels:  jupyter-notebook
Carnd Mercedes Sf Utilities
Tools for Sensor Fusion processing.
Stars: ✭ 149 (+0%)
Mutual labels:  jupyter-notebook
Practicaldl
A Practical Guide to Deep Learning with TensorFlow 2.0 and Keras materials for Frontend Masters course
Stars: ✭ 149 (+0%)
Mutual labels:  jupyter-notebook
Machine Learning
python,机器学习笔记,machine learning,nlp
Stars: ✭ 149 (+0%)
Mutual labels:  jupyter-notebook
Cpndet
Corner Proposal Network for Anchor-free, Two-stage Object Detection
Stars: ✭ 149 (+0%)
Mutual labels:  jupyter-notebook
Covid 19 Eda Tutorial
This tutorial's purpose is to introduce people to the [2019 Novel Coronavirus COVID-19 (2019-nCoV) Data Repository by Johns Hopkins CSSE](https://github.com/CSSEGISandData/COVID-19) and how to explore it using some foundational packages in the Scientific Python Data Science stack.
Stars: ✭ 149 (+0%)
Mutual labels:  jupyter-notebook
Machine Learning
🌎 machine learning tutorials (mainly in Python3)
Stars: ✭ 1,924 (+1191.28%)
Mutual labels:  jupyter-notebook
Animatedpythonpatterns
Animated GIF patterns made in Python Matplotlib.
Stars: ✭ 148 (-0.67%)
Mutual labels:  jupyter-notebook
Deeplab v2
基于v2版本的deeplab,使用VGG16模型,在VOC2012,Pascal-context,NYU-v2等多个数据集上进行训练
Stars: ✭ 149 (+0%)
Mutual labels:  jupyter-notebook
Nyc Transport
A Unified Database of NYC transport (subway, taxi/Uber, and citibike) data.
Stars: ✭ 148 (-0.67%)
Mutual labels:  jupyter-notebook
Predicting Stock Prices With Linear Regression
Stars: ✭ 149 (+0%)
Mutual labels:  jupyter-notebook
Pyomogallery
A collection of Pyomo examples
Stars: ✭ 149 (+0%)
Mutual labels:  jupyter-notebook
Phonetic Similarity Vectors
Source code to accompany my paper "Poetic sound similarity vectors using phonetic features"
Stars: ✭ 148 (-0.67%)
Mutual labels:  jupyter-notebook
Forecasting
Time Series Forecasting Best Practices & Examples
Stars: ✭ 2,123 (+1324.83%)
Mutual labels:  jupyter-notebook

This is the GitHub repository for the Julia programming language project's main website, julialang.org. The repository for the source code of the language itself can be found at github.com/JuliaLang/julia.

The Julia website is generated using GitHub pages and Jekyll, as explained here.

Running using Docker

After installing docker, run make run to build and run the website within the a container built from the jekyll/jekyll image that contains all the necessary prerequisites. Modifying files will cause the website to rebuild in real time.

Running manually

In short, be sure you have ruby installed, and then run these commands

gem install bundler

to install bundler, run

bundle install

from the root of this repository to fetch all dependencies. You only have to do this once.

Now you can run

bundle exec jekyll serve

in the root of this repository to serve it, usually on http://localhost:4000.

You can then edit the sources and Jekyll will rebuild changed files. To see changes, reload the page you edited.

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].