Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codespace obsfeil opulent disco v5xr7r5qqgrfwgxr #87

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/alpine
{
"name": "Alpine",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:alpine-3.17",
"features": {
"ghcr.io/devcontainers/features/python:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"pancho111203.vscode-ipython"
]
}
}

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "uname -a",

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
55 changes: 55 additions & 0 deletions .history/README_20230516052708.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# IPython in depth tutorial

Try it out on Binder! [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/ipython/ipython-in-depth/master?filepath=binder%2FIndex.ipynb)

In its current form, this tutorial is meant to be executed with Jupyter notebook
5.0, using IPython 6.0 or newer on Python 3, the latest IPython version
compatible with Python 2 is IPython 5.x that may not have the exact same
behavior and all the features presented in this tutorial.


You can find our installation instructions [for
IPython](https://ipython.org/install.html) and [Jupyter
notebook](https://jupyter.readthedocs.io/en/latest/install.html)

To get the tutorial, checkout the `ipython-in-depth` repo:

git clone https://github.com/ipython/ipython-in-depth

Or [download current
master](https://github.com/ipython/ipython-in-depth/zipball/master) and unzip
it.

At the command line, you can do this with (depending on whether your system uses
wget or curl):

wget https://github.com/ipython/ipython-in-depth/zipball/master -O ipython-in-depth.zip

or

curl -L https://github.com/ipython/ipython-in-depth/zipball/master -o ipython-in-depth.zip

And then:

unzip ipython-in-depth.zip

Change directory inside the directory newly created:

cd ipython-in-depth

You can then start the Jupyter notebook server at a terminal with:

jupyter notebook


## Docker images

The tutorial do reference a couple of docker images that are quite heavy
(several GB). Please do not download them on conference wifi. You may want to
populate the Docker Cache you may want to use the following command ahead of
time:

$ docker pull jupyter/datascience-notebook

The image contains a installation of the Jupyter notebook with R, Julia,
Python2, Python3 and a couple of libraries for each language.
54 changes: 54 additions & 0 deletions .history/README_20230516055057.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# IPython in depth tutorial

Try it out on Binder! [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/ipython/ipython-in-depth/master?filepath=binder%2FIndex.ipynb)

In its current form, this tutorial is meant to be executed with Jupyter notebook
5.0, using IPython 6.0 or newer on Python 3, the latest IPython version
compatible with Python 2 is IPython 5.x that may not have the exact same
behavior and all the features presented in this tutorial.

You can find our installation instructions [for
IPython](https://ipython.org/install.html) and [Jupyter
notebook](https://jupyter.readthedocs.io/en/latest/install.html)

To get the tutorial, checkout the `ipython-in-depth` repo:

git clone https://github.com/ipython/ipython-in-depth

Or [download current
master](https://github.com/ipython/ipython-in-depth/zipball/master) and unzip
it.

At the command line, you can do this with (depending on whether your system uses
wget or curl):

wget https://github.com/ipython/ipython-in-depth/zipball/master -O ipython-in-depth.zip

or

curl -L https://github.com/ipython/ipython-in-depth/zipball/master -o ipython-in-depth.zip

And then:

unzip ipython-in-depth.zip

Change directory inside the directory newly created:

cd ipython-in-depth

You can then start the Jupyter notebook server at a terminal with:

jupyter notebook


## Docker images

The tutorial do reference a couple of docker images that are quite heavy
(several GB). Please do not download them on conference wifi. You may want to
populate the Docker Cache you may want to use the following command ahead of
time:

$ docker pull jupyter/datascience-notebook

The image contains a installation of the Jupyter notebook with R, Julia,
Python2, Python3 and a couple of libraries for each language.
53 changes: 53 additions & 0 deletions .history/README_20230516055103.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# IPython in depth tutorial

Try it out on Binder! [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/ipython/ipython-in-depth/master?filepath=binder%2FIndex.ipynb)

In its current form, this tutorial is meant to be executed with Jupyter notebook
5.0, using IPython 6.0 or newer on Python 3, the latest IPython version
compatible with Python 2 is IPython 5.x that may not have the exact same
behavior and all the features presented in this tutorial.

You can find our installation instructions [for
IPython](https://ipython.org/install.html) and [Jupyter
notebook](https://jupyter.readthedocs.io/en/latest/install.html)

To get the tutorial, checkout the `ipython-in-depth` repo:

git clone https://github.com/ipython/ipython-in-depth

Or [download current
master](https://github.com/ipython/ipython-in-depth/zipball/master) and unzip
it.

At the command line, you can do this with (depending on whether your system uses
wget or curl):

wget https://github.com/ipython/ipython-in-depth/zipball/master -O ipython-in-depth.zip

or

curl -L https://github.com/ipython/ipython-in-depth/zipball/master -o ipython-in-depth.zip

And then:

unzip ipython-in-depth.zip

Change directory inside the directory newly created:

cd ipython-in-depth

You can then start the Jupyter notebook server at a terminal with:

jupyter notebook

## Docker images

The tutorial do reference a couple of docker images that are quite heavy
(several GB). Please do not download them on conference wifi. You may want to
populate the Docker Cache you may want to use the following command ahead of
time:

$ docker pull jupyter/datascience-notebook

The image contains a installation of the Jupyter notebook with R, Julia,
Python2, Python3 and a couple of libraries for each language.
52 changes: 52 additions & 0 deletions .history/README_20230516055105.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# IPython in depth tutorial

Try it out on Binder! [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/ipython/ipython-in-depth/master?filepath=binder%2FIndex.ipynb)

In its current form, this tutorial is meant to be executed with Jupyter notebook
5.0, using IPython 6.0 or newer on Python 3, the latest IPython version
compatible with Python 2 is IPython 5.x that may not have the exact same
behavior and all the features presented in this tutorial.

You can find our installation instructions [for
IPython](https://ipython.org/install.html) and [Jupyter
notebook](https://jupyter.readthedocs.io/en/latest/install.html)

To get the tutorial, checkout the `ipython-in-depth` repo:

git clone https://github.com/ipython/ipython-in-depth

Or [download current
master](https://github.com/ipython/ipython-in-depth/zipball/master) and unzip
it.

At the command line, you can do this with (depending on whether your system uses
wget or curl):

wget https://github.com/ipython/ipython-in-depth/zipball/master -O ipython-in-depth.zip

or

curl -L https://github.com/ipython/ipython-in-depth/zipball/master -o ipython-in-depth.zip

And then:

unzip ipython-in-depth.zip

Change directory inside the directory newly created:

cd ipython-in-depth

You can then start the Jupyter notebook server at a terminal with:

jupyter notebook
## Docker images

The tutorial do reference a couple of docker images that are quite heavy
(several GB). Please do not download them on conference wifi. You may want to
populate the Docker Cache you may want to use the following command ahead of
time:

$ docker pull jupyter/datascience-notebook

The image contains a installation of the Jupyter notebook with R, Julia,
Python2, Python3 and a couple of libraries for each language.
53 changes: 53 additions & 0 deletions .history/README_20230516055107.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# IPython in depth tutorial

Try it out on Binder! [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/ipython/ipython-in-depth/master?filepath=binder%2FIndex.ipynb)

In its current form, this tutorial is meant to be executed with Jupyter notebook
5.0, using IPython 6.0 or newer on Python 3, the latest IPython version
compatible with Python 2 is IPython 5.x that may not have the exact same
behavior and all the features presented in this tutorial.

You can find our installation instructions [for
IPython](https://ipython.org/install.html) and [Jupyter
notebook](https://jupyter.readthedocs.io/en/latest/install.html)

To get the tutorial, checkout the `ipython-in-depth` repo:

git clone https://github.com/ipython/ipython-in-depth

Or [download current
master](https://github.com/ipython/ipython-in-depth/zipball/master) and unzip
it.

At the command line, you can do this with (depending on whether your system uses
wget or curl):

wget https://github.com/ipython/ipython-in-depth/zipball/master -O ipython-in-depth.zip

or

curl -L https://github.com/ipython/ipython-in-depth/zipball/master -o ipython-in-depth.zip

And then:

unzip ipython-in-depth.zip

Change directory inside the directory newly created:

cd ipython-in-depth

You can then start the Jupyter notebook server at a terminal with:

jupyter notebook

## Docker images

The tutorial do reference a couple of docker images that are quite heavy
(several GB). Please do not download them on conference wifi. You may want to
populate the Docker Cache you may want to use the following command ahead of
time:

$ docker pull jupyter/datascience-notebook

The image contains a installation of the Jupyter notebook with R, Julia,
Python2, Python3 and a couple of libraries for each language.
53 changes: 53 additions & 0 deletions .history/README_20230516055116.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# IPython in depth tutorial

Try it out on Binder! [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/ipython/ipython-in-depth/master?filepath=binder%2FIndex.ipynb)

In its current form, this tutorial is meant to be executed with Jupyter notebook
5.0, using IPython 6.0 or newer on Python 3, the latest IPython version
compatible with Python 2 is IPython 5.x that may not have the exact same
behavior and all the features presented in this tutorial.

You can find our installation instructions [for
IPython](https://ipython.org/install.html) and [Jupyter
notebook](https://jupyter.readthedocs.io/en/latest/install.html)

To get the tutorial, checkout the `ipython-in-depth` repo:

git clone https://github.com/ipython/ipython-in-depth

Or [download current
master](https://github.com/ipython/ipython-in-depth/zipball/master) and unzip
it.

At the command line, you can do this with (depending on whether your system uses
wget or curl):

wget https://github.com/ipython/ipython-in-depth/zipball/master -O ipython-in-depth.zip

or

curl -L https://github.com/ipython/ipython-in-depth/zipball/master -o ipython-in-depth.zip

And then:

unzip ipython-in-depth.zip

Change directory inside the directory newly created:

cd ipython-in-depth

You can then start the Jupyter notebook server at a terminal with:

jupyter notebook

## Docker images

The tutorial do reference a couple of docker images that are quite heavy
(several GB). Please do not download them on conference wifi. You may want to
populate the Docker Cache you may want to use the following command ahead of
time:

$ docker pull jupyter/datascience-notebook

The image contains a installation of the Jupyter notebook with R, Julia,
Python2, Python3 and a couple of libraries for each language.
Loading