Skip to content

Commit ac86bb5

Browse files
committed
the initial cell:
`%pip install -q compas_notebook` is problematic when working in dev mode and conflicts with `pip install -e .`
1 parent 1014b42 commit ac86bb5

File tree

7 files changed

+0
-79
lines changed

7 files changed

+0
-79
lines changed

notebooks/00_basics.ipynb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
{
22
"cells": [
3-
{
4-
"cell_type": "code",
5-
"execution_count": 1,
6-
"metadata": {},
7-
"outputs": [],
8-
"source": [
9-
"%pip install -q compas_notebook"
10-
]
11-
},
123
{
134
"cell_type": "markdown",
145
"metadata": {},

notebooks/10_scene.ipynb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
{
22
"cells": [
3-
{
4-
"cell_type": "code",
5-
"execution_count": 1,
6-
"metadata": {},
7-
"outputs": [],
8-
"source": [
9-
"%pip install -q compas_notebook"
10-
]
11-
},
123
{
134
"cell_type": "code",
145
"execution_count": 2,

notebooks/20_geometry.ipynb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
{
22
"cells": [
3-
{
4-
"cell_type": "code",
5-
"execution_count": 1,
6-
"metadata": {},
7-
"outputs": [],
8-
"source": [
9-
"# /%pip install -q compas_notebook"
10-
]
11-
},
123
{
134
"cell_type": "code",
145
"execution_count": 2,

notebooks/30_shapes.ipynb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
{
22
"cells": [
3-
{
4-
"cell_type": "code",
5-
"execution_count": 1,
6-
"metadata": {},
7-
"outputs": [],
8-
"source": [
9-
"%pip install -q compas_notebook"
10-
]
11-
},
123
{
134
"cell_type": "code",
145
"execution_count": 2,

notebooks/60_breps.ipynb

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
11
{
22
"cells": [
3-
{
4-
"cell_type": "code",
5-
"execution_count": 1,
6-
"metadata": {},
7-
"outputs": [
8-
{
9-
"name": "stdout",
10-
"output_type": "stream",
11-
"text": [
12-
"Note: you may need to restart the kernel to use updated packages.\n"
13-
]
14-
}
15-
],
16-
"source": [
17-
"%pip install -q compas_notebook"
18-
]
19-
},
203
{
214
"cell_type": "code",
225
"execution_count": 2,

notebooks/70_graphs.ipynb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
{
22
"cells": [
3-
{
4-
"cell_type": "code",
5-
"execution_count": 1,
6-
"metadata": {},
7-
"outputs": [],
8-
"source": [
9-
"%pip install -q compas_notebook"
10-
]
11-
},
123
{
134
"cell_type": "code",
145
"execution_count": 2,

notebooks/80_groups.ipynb

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
11
{
22
"cells": [
3-
{
4-
"cell_type": "code",
5-
"execution_count": 1,
6-
"metadata": {},
7-
"outputs": [
8-
{
9-
"name": "stdout",
10-
"output_type": "stream",
11-
"text": [
12-
"Note: you may need to restart the kernel to use updated packages.\n"
13-
]
14-
}
15-
],
16-
"source": [
17-
"%pip install -q compas_notebook"
18-
]
19-
},
203
{
214
"cell_type": "code",
225
"execution_count": 2,

0 commit comments

Comments
 (0)