Skip to content

Commit 50b4b0e

Browse files
committed
Acrolinx fixes
1 parent 4d561de commit 50b4b0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/hdinsight/hdinsight-release-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ No component version change for this release. You could find the current compone
6363

6464
## Known issues
6565

66-
As of January 24, 2020, there is an active issue in which you may receive an error when attempting to use a Jupyter notebook. Use the steps below to fix the issue. You can also refer to this [MSDN post](https://social.msdn.microsoft.com/Forums/en-us/8c763fb4-79a9-496f-a75c-44a125e934ac/hdinshight-create-not-create-jupyter-notebook?forum=hdinsight) or this [StackOverflow post](https://stackoverflow.com/questions/59687614/azure-hdinsight-jupyter-notebook-not-working/59831103) for up to date information, or to ask additional questions. This page will be updated when the issue is fixed.
66+
As of January 24, 2020, there is an active issue in which you may receive an error when attempting to use a Jupyter notebook. Use the steps below to fix the issue. You can also refer to this [MSDN post](https://social.msdn.microsoft.com/Forums/en-us/8c763fb4-79a9-496f-a75c-44a125e934ac/hdinshight-create-not-create-jupyter-notebook?forum=hdinsight) or this [StackOverflow post](https://stackoverflow.com/questions/59687614/azure-hdinsight-jupyter-notebook-not-working/59831103) for up-to-date information, or to ask additional questions. This page will be updated when the issue is fixed.
6767

6868
**Errors**
6969

@@ -76,13 +76,13 @@ The _version.py file on the cluster was updated to 5.x.x instead of 4.4.x.##.
7676

7777
**Solution**
7878

79-
If you create a new Jupyter notebook and receive one of the errors listed above, do the following:
79+
If you create a new Jupyter notebook and receive one of the errors listed above, perform the following steps to fix the issue.
8080

8181
1. Open Ambari in a web browser by going to https://CLUSTERNAME.azurehdinsight.net, where CLUSTERNAME is the name of your cluster.
8282
1. In Ambari, on the left menu, click **Jupyter**, then on **Service Actions**, click **Stop**.
8383
1. ssh into the cluster headnode where the Jupyter service is running.
8484
1. Open the following file /usr/bin/anaconda/lib/python2.7/site-packages/nbformat/_version.py in sudo mode.
85-
1. The existing entry should show something similar to the following:
85+
1. The existing entry should show something similar to the following code:
8686

8787
version_info = (5, 0, 3)
8888

0 commit comments

Comments
 (0)