File tree Expand file tree Collapse file tree
s1_development_environment/exercise_files Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 " With the basics covered, it's time to explore how we can use PyTorch to build a simple neural network."
5959 ]
6060 },
61+ {
62+ "cell_type" : " markdown" ,
63+ "metadata" : {},
64+ "source" : [
65+ " If you are using a wsl and the kernel does not corretly connect, then Jupiter may not be corretly installed on the wsl.\n " ,
66+ " Run\n " ,
67+ " \" python3 -m jupyter --version\"\n " ,
68+ " \n " ,
69+ " To check if there is a working version of jupyter.\n " ,
70+ " If not manually add jupyter using \" uv add jyputer\" , vs code adding it may not be suffescient."
71+ ]
72+ },
6173 {
6274 "cell_type" : " code" ,
63- "execution_count" : 1 ,
75+ "execution_count" : null ,
6476 "metadata" : {},
6577 "outputs" : [],
6678 "source" : [
7082 },
7183 {
7284 "cell_type" : " code" ,
73- "execution_count" : 2 ,
85+ "execution_count" : null ,
7486 "metadata" : {},
7587 "outputs" : [],
7688 "source" : [
8698 },
8799 {
88100 "cell_type" : " code" ,
89- "execution_count" : 3 ,
101+ "execution_count" : null ,
90102 "metadata" : {},
91103 "outputs" : [],
92104 "source" : [
206218 },
207219 {
208220 "cell_type" : " code" ,
209- "execution_count" : 6 ,
221+ "execution_count" : null ,
210222 "metadata" : {},
211223 "outputs" : [],
212224 "source" : [
You can’t perform that action at this time.
0 commit comments