Skip to content

Commit

Permalink
DOC: Remove scrolled metadata from cells
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jan 15, 2020
1 parent 22c3fa4 commit 9b42ac7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 21 deletions.
8 changes: 2 additions & 6 deletions examples/ImageJImgLib2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"scrolled": true
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -131,9 +129,7 @@
{
"cell_type": "code",
"execution_count": 8,
"metadata": {
"scrolled": true
},
"metadata": {},
"outputs": [
{
"data": {
Expand Down
4 changes: 1 addition & 3 deletions examples/pyvista.PolyData.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
{
"cell_type": "code",
"execution_count": 3,
"metadata": {
"scrolled": true
},
"metadata": {},
"outputs": [
{
"data": {
Expand Down
4 changes: 1 addition & 3 deletions examples/pyvista.PolyDataAndImageData.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"scrolled": true
},
"metadata": {},
"outputs": [],
"source": [
"vol = examples.download_knee_full()"
Expand Down
4 changes: 1 addition & 3 deletions examples/pyvista.StructuredGrid.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"scrolled": true
},
"metadata": {},
"outputs": [
{
"data": {
Expand Down
4 changes: 1 addition & 3 deletions examples/pyvista.UnstructuredGrid.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"scrolled": true
},
"metadata": {},
"outputs": [
{
"data": {
Expand Down
4 changes: 1 addition & 3 deletions examples/pyvistaLiDAR.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"scrolled": true
},
"metadata": {},
"outputs": [
{
"data": {
Expand Down

0 comments on commit 9b42ac7

Please sign in to comment.