Project Jupyter's home on the World Wide Web
Jupyter.org is the main website for Jupyter, an open-source project that provides a web-based interactive computing platform. The website serves as a hub for information, documentation, and resources related to Jupyter. It is built using Jekyll, a static site generator, and is hosted on GitHub Pages. The site can be built and previewed locally using different methods.
To build and preview the site locally using the nox command line tool, follow these steps:
git clone [repository_url]
pip install nox
nox build
To build the site manually, follow these steps:
Install Jekyll using one of the following options:
conda install -c conda-forge ruby jekyll bundler
Install the site’s build dependencies specified in the Gemfile.
bundle install
jekyll build
Jupyter.org is the main website for the Jupyter project, providing information and resources related to Jupyter. It is built using Jekyll and can be previewed locally using the nox command line tool or built manually using Ruby and Jekyll. The site also utilizes Netlify for previewing changes in Pull Requests.