mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-05 02:10:48 +00:00
cuda
This commit is contained in:
parent
9557e74dee
commit
dfecbae418
@ -313,7 +313,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"key = 'XXX'"
|
"key = os.environ.get('AZURE_SEARCH_KEY', 'XXX')"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -324,11 +324,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
" export AZURE_SEARCH_KEY=your_key_here\n",
|
" export AZURE_SEARCH_KEY=your_key_here\n",
|
||||||
"\n",
|
"\n",
|
||||||
"and then restart Jupyter Notebook, type this in a cell and execute it:\n",
|
"and then restart Jupyter Notebook, and use the above line without editing it.\n",
|
||||||
"\n",
|
|
||||||
"```python\n",
|
|
||||||
"key = os.environ['AZURE_SEARCH_KEY']\n",
|
|
||||||
"```\n",
|
|
||||||
"\n",
|
"\n",
|
||||||
"Once you've set `key`, you can use `search_images_bing`. This function is provided by the small `utils` class included with the notebooks online. If you're not sure where a function is defined, you can just type it in your notebook to find out:"
|
"Once you've set `key`, you can use `search_images_bing`. This function is provided by the small `utils` class included with the notebooks online. If you're not sure where a function is defined, you can just type it in your notebook to find out:"
|
||||||
]
|
]
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user