From 64528982bab84897e2491c9ad60f403b06d4ac6f Mon Sep 17 00:00:00 2001 From: "Sinha, Abhinav" Date: Sat, 17 Sep 2022 18:45:07 -0400 Subject: [PATCH 1/3] init readme changes #6 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 15c01f1..558118a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # iPython-Kerner-Changes + + ### Docker Instructions (Recommended) 1. `docker build -t dimuthuupe/ipykernel:1.0 .` From e4da70cd989befbd681e0eed01001806bca37c60 Mon Sep 17 00:00:00 2001 From: "Sinha, Abhinav" Date: Fri, 23 Sep 2022 10:46:45 -0400 Subject: [PATCH 2/3] add known issue with M1 in readme #6 --- .gitignore | 5 ++++- README.md | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4a587f6..4d781d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ .idea ENV -ExampleNotebooks/.ipynb_checkpoints \ No newline at end of file +ExampleNotebooks/.ipynb_checkpoints + +# Mac files +.DS_Store \ No newline at end of file diff --git a/README.md b/README.md index 558118a..a10e16a 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,6 @@ ##### Start Tracing Server 1. `sudo python3 tools/tracing-server/strace_server.py` + +#### Known Issues +- [Issue with Mac M1](https://github.com/SciGaP/iPython-Kerner-Changes/issues/8#issue-1383841536) From 80c955e3ac0509d94bcb2dd9e7eb91f819e4fe5a Mon Sep 17 00:00:00 2001 From: "Sinha, Abhinav" Date: Fri, 30 Sep 2022 15:05:59 -0400 Subject: [PATCH 3/3] readme init changes #6 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a10e16a..5634b3a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ 2. Instructions to set it up --> +1. [Introduction](#introduction) +2. [Dev Set Up](#dev-set-up) +3. [Features](#features) + +## 1. Introduction + + ### Docker Instructions (Recommended) 1. `docker build -t dimuthuupe/ipykernel:1.0 .`