Skip to content

Commit

Permalink
Remove language from ipython codeblock
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Aug 11, 2023
1 parent 392cec5 commit 934a344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/platforms/databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Once your cluster has started create a new notebook or open an existing one.

At the top of your notebook run any of the following `pip` install commands to install your preferred RAPIDS libraries.

```python
```text
!pip install cudf-cu11 dask-cudf-cu11 --extra-index-url=https://pypi.nvidia.com
!pip install cuml-cu11 --extra-index-url=https://pypi.nvidia.com
!pip install cugraph-cu11 --extra-index-url=https://pypi.nvidia.com
Expand Down

0 comments on commit 934a344

Please sign in to comment.