diff --git a/tools/neuron-explorer/get-started.rst b/tools/neuron-explorer/get-started.rst index 4fd98625..215197e3 100644 --- a/tools/neuron-explorer/get-started.rst +++ b/tools/neuron-explorer/get-started.rst @@ -76,8 +76,7 @@ Start the Neuron Explorer web servers using the following command: .. code-block:: bash - neuron-profile view -v 2 --data-path ./parquet_files --ui-mode latest - + neuron-explorer view -v 2 --data-path ./parquet_files This command starts: @@ -89,6 +88,12 @@ This command starts: You'll see terminal logs confirming that both the UI and API servers are running. +.. note:: + +**Command Update:** + +The command has been renamed from ``neuron-profiler`` to ``neuron-explorer``. If you're using an older version of the library, use ``neuron-profiler view`` instead. + 4. Set up SSH tunneling ^^^^^^^^^^^^^^^^^^^^^^^^ @@ -147,5 +152,5 @@ If you encounter an error or other issue while working through this task, here a * **Neuron Explorer UI doesn't load**: Check that your SSH tunnel is configured correctly. Make sure ports 3001 and 3002 are forwarded using the ``-L`` flags in your SSH command, and verify the EC2 instance is running. * **No profiling data displayed**: Double-check that the directory passed to ``--data-path`` contains valid .parquet profiling files generated by a prior Neuron profiling run. -* **neuron-profile command not found**: Ensure that Neuron SDK is installed. Please ensure that you have launched your instance with Neuron DLAMI or you have set up your instance based on the instructions mentioned here. +* **neuron-explorer command not found**: Ensure that Neuron SDK is installed. Please ensure that you have launched your instance with Neuron DLAMI or you have set up your instance based on the instructions mentioned here. * **Connection refused on port 3001 or 3002**: Confirm that your EC2 security group allows outbound traffic and that the SSH tunnel was created from your local machine, not from inside the instance.