Skip to content

Commit

Permalink
fix permissions and shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
txoof committed Jan 13, 2024
1 parent c145c5a commit 684040e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
27 changes: 15 additions & 12 deletions epdlib/Screen.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "398e7448",
"execution_count": null,
"id": "9048fc82",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -18,7 +18,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "7e017eff",
"id": "f19afec5",
"metadata": {
"lines_to_next_cell": 2
},
Expand All @@ -41,7 +41,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "cda355b4",
"id": "42b4c3f4",
"metadata": {
"code_folding": [
0
Expand Down Expand Up @@ -73,7 +73,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "09923904",
"id": "af13ea8b",
"metadata": {
"code_folding": [
0
Expand Down Expand Up @@ -155,7 +155,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "7623acae",
"id": "007f7c73",
"metadata": {
"code_folding": [
0
Expand All @@ -171,7 +171,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "5fff0634",
"id": "d297edec",
"metadata": {
"code_folding": [
0
Expand Down Expand Up @@ -239,7 +239,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "1e9cfebf",
"id": "90044dce",
"metadata": {
"code_folding": [
5,
Expand Down Expand Up @@ -782,8 +782,8 @@
},
{
"cell_type": "code",
"execution_count": 3,
"id": "d82810c5",
"execution_count": null,
"id": "a2600501",
"metadata": {
"code_folding": []
},
Expand Down Expand Up @@ -883,7 +883,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "aaf2c5fc",
"id": "1abb1892",
"metadata": {
"code_folding": []
},
Expand Down Expand Up @@ -1024,7 +1024,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "fe3136da",
"id": "085eafa4",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -1034,6 +1034,9 @@
}
],
"metadata": {
"jupytext": {
"executable": "/usr/bin/env python3"
},
"kernelspec": {
"display_name": "venv_epdlib-bed2b1faf1",
"language": "python",
Expand Down
1 change: 1 addition & 0 deletions epdlib/Screen.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# ---
# jupyter:
# jupytext:
Expand Down

0 comments on commit 684040e

Please sign in to comment.