Description Usage Arguments Examples
This function installs the following python libraries: "pyppeteer", "pyppeteer_stealth", "asyncio" and "requests". This function simply wraps py_install
. Use the ...
argument to pass arguments to py_install
.
1 |
... |
pass arguments to |
1 2 3 4 5 6 7 8 9 | ## Not run:
# Run once to install the necessary packages:
tk_install()
# You can also install in custom environment name by using py_install arguments:
tk_install(envname = "VeryNiceEnv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.