Skip to content

Commit 2f6d5df

Browse files
authored
Hide spark config (#1139)
* Hide spark config * Hide spark config * Updated release notes
1 parent 2f28df0 commit 2f6d5df

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/source/guides/using_woodwork_with_dask_and_koalas.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@
142142
{
143143
"cell_type": "code",
144144
"execution_count": null,
145-
"metadata": {},
145+
"metadata": {
146+
"nbsphinx": "hidden"
147+
},
146148
"outputs": [],
147149
"source": [
148150
"# The two lines below only need to be executed if you do not have Spark properly configured.\n",

docs/source/release_notes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ Future Release
1010
* Changes
1111
* Update ``Datetime.transform`` to use default nrows value when calling ``_infer_datetime_format`` (:pr:`1137`)
1212
* Documentation Changes
13+
* Hide spark config in Using Dask and Koalas Guide (:pr:`1139`)
1314
* Testing Changes
1415

1516
Thanks to the following people for contributing to this release:
16-
:user:`thehomebrewnerd`
17+
:user:`simha104`, :user:`thehomebrewnerd`
1718

1819

1920
v0.8.0 Sep 9, 2021

0 commit comments

Comments
 (0)