File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 " \n " ,
1111 " An overview of the VueGen workflow is shown in the figure below:\n " ,
1212 " \n " ,
13- " \n " ,
13+ " \n " ,
1414 " \n " ,
1515 " Also, the class diagram for the project is presented below to illustrate the architecture and relationships between classes:\n " ,
1616 " \n " ,
17- " \n "
17+ " \n "
1818 ]
1919 },
2020 {
2121 "cell_type" : " code" ,
22- "execution_count" : 2 ,
22+ "execution_count" : null ,
2323 "metadata" : {},
2424 "outputs" : [],
2525 "source" : [
2626 " import sys\n " ,
2727 " import os \n " ,
28- " # Get the absolute path to the report_generator directory\n " ,
28+ " # Get the absolute path to the root directory\n " ,
2929 " working_dir = os.getcwd()\n " ,
3030 " project_root = os.path.abspath(os.path.join(working_dir, '..'))\n " ,
3131 " \n " ,
32- " # Check if the current directory is \" notebooks \" and change to project_root if true\n " ,
32+ " # Check if the current directory is \" docs \" and change to project_root if true\n " ,
3333 " if os.path.basename(working_dir) == 'docs':\n " ,
3434 " os.chdir(project_root)\n " ,
3535 " \n " ,
You can’t perform that action at this time.
0 commit comments