Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bateman, Adam Z. (Student)
CS5700-lab00
Commits
13884fe1
Commit
13884fe1
authored
Jan 24, 2022
by
Bateman, Adam Z. (Student)
Browse files
Upload New File
parent
cff949f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Index.ipynb
0 → 100644
View file @
13884fe1
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Welcome to Jupyter!"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This repo contains an introduction to [Jupyter](https://jupyter.org) and [IPython](https://ipython.org).\n",
"\n",
"Outline of some basics:\n",
"\n",
"* [Notebook Basics](../examples/Notebook/Notebook%20Basics.ipynb)\n",
"* [IPython - beyond plain python](../examples/IPython%20Kernel/Beyond%20Plain%20Python.ipynb)\n",
"* [Markdown Cells](../examples/Notebook/Working%20With%20Markdown%20Cells.ipynb)\n",
"* [Rich Display System](../examples/IPython%20Kernel/Rich%20Output.ipynb)\n",
"* [Custom Display logic](../examples/IPython%20Kernel/Custom%20Display%20Logic.ipynb)\n",
"* [Running a Secure Public Notebook Server](../examples/Notebook/Running%20the%20Notebook%20Server.ipynb#Securing-the-notebook-server)\n",
"* [How Jupyter works](../examples/Notebook/Multiple%20Languages%2C%20Frontends.ipynb) to run code in different languages."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"You can also get this tutorial and run it on your laptop:\n",
"\n",
" git clone https://github.com/ipython/ipython-in-depth\n",
"\n",
"Install IPython and Jupyter:\n",
"\n",
"with [conda](https://www.anaconda.com/download):\n",
"\n",
" conda install ipython jupyter\n",
"\n",
"with pip:\n",
"\n",
" # first, always upgrade pip!\n",
" pip install --upgrade pip\n",
" pip install --upgrade ipython jupyter\n",
"\n",
"Start the notebook in the tutorial directory:\n",
"\n",
" cd ipython-in-depth\n",
" jupyter notebook"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.15"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
%% Cell type:markdown id: tags:
# Welcome to Jupyter!
%% Cell type:markdown id: tags:
This repo contains an introduction to
[
Jupyter
](
https://jupyter.org
)
and
[
IPython
](
https://ipython.org
)
.
Outline of some basics:
*
[
Notebook Basics
](
../examples/Notebook/Notebook%20Basics.ipynb
)
*
[
IPython - beyond plain python
](
../examples/IPython%20Kernel/Beyond%20Plain%20Python.ipynb
)
*
[
Markdown Cells
](
../examples/Notebook/Working%20With%20Markdown%20Cells.ipynb
)
*
[
Rich Display System
](
../examples/IPython%20Kernel/Rich%20Output.ipynb
)
*
[
Custom Display logic
](
../examples/IPython%20Kernel/Custom%20Display%20Logic.ipynb
)
*
[
Running a Secure Public Notebook Server
](
../examples/Notebook/Running%20the%20Notebook%20Server.ipynb#Securing-the-notebook-server
)
*
[
How Jupyter works
](
../examples/Notebook/Multiple%20Languages%2C%20Frontends.ipynb
)
to run code in different languages.
%% Cell type:markdown id: tags:
You can also get this tutorial and run it on your laptop:
git clone https://github.com/ipython/ipython-in-depth
Install IPython and Jupyter:
with
[
conda
](
https://www.anaconda.com/download
)
:
conda install ipython jupyter
with pip:
# first, always upgrade pip!
pip install --upgrade pip
pip install --upgrade ipython jupyter
Start the notebook in the tutorial directory:
cd ipython-in-depth
jupyter notebook
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment