Skip to content

Commit

Permalink
Setup poc github rendering fix (#2188)
Browse files Browse the repository at this point in the history
* add logistic regression model

* test

* test

* test

* test

* test

* test

* test

* test

* test

* test

* github display

* github display

* github display

---------

Co-authored-by: Yuan-Ting Hsieh (謝沅廷) <[email protected]>
  • Loading branch information
chesterxgchen and YuanTingHsieh authored Dec 2, 2023
1 parent 2663882 commit e1c68f0
Showing 1 changed file with 22 additions and 13 deletions.
35 changes: 22 additions & 13 deletions examples/tutorials/setup_poc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -430,27 +430,36 @@
},
{
"cell_type": "markdown",
"id": "07e8d0a6-a744-42d8-b614-879ba64256f2",
"metadata": {
"tags": []
},
"id": "4b82a4b5-5eed-47a2-a888-0d140a5531bc",
"metadata": {},
"source": [
"### Prepare job example directories \n",
"\n",
"By default, if you have cloned the NVFLARE Github directory and set the NVFLARE_HOME env. variable, the ```nvflare poc prepare``` command will setup symbolic to the <NVFlare>/examples directory, so you can experiment with jobs from examples directory. \n",
"### Prepare job example directories\n",
"\n",
"If you did not set the NVFLARE_HOME env. variable, or did not fork the NVFlare Github Repo, or you want to experiment jobs you defined. \n",
"By default, the command\n",
"\n",
"you can use the following command to setup jobs\n",
"```\n",
"nvflare poc prepare \n",
"\n",
"```\n",
"command will setup symbolic link to the <NVFLARE>/examples directory, assuming the you have use \"git clone\" to download the NVFLARE from github directory and you have defined the NVFLARE_HOME env. variable. \n",
" \n",
"What if you just want to use your own jobs or not setup the NVFLARE_HOME env. variables ? You can use the following command to setup the job directories\n",
" \n",
"```\n",
"nvflare poc prepare-jobs-dir -j <jobs directory>\n",
"\n",
"```\n",
"for instance: \n",
"\n",
"For example: \n",
" \n",
"``` \n",
"```\n",
"nvflare poc prepare-jobs-dir -j /path/to/examples\n",
"```"
"\n",
"```\n",
"\n",
" \n",
" \n",
" \n"
]
},
{
Expand Down Expand Up @@ -673,7 +682,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.18"
"version": "3.10.2"
}
},
"nbformat": 4,
Expand Down

0 comments on commit e1c68f0

Please sign in to comment.