Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ start docs\_build\index.html
- `poetry run python examples/hello/hello.py`
- `poetry run python examples/all_types/all_types.py`
- `poetry run python examples/simple_graph/simple_graph.py`
- `poetry run python examples/nidaqmx/nidaqmx_continuous_analog_input.py` (requires real or simulated devices)
- `poetry run python examples/nidaqmx/nidaqmx_continuous_analog_input/nidaqmx_continuous_analog_input.py` (requires real or simulated devices)
4. Open http://localhost:42001/panel-service/ in your browser, which will show all running panels

# Debugging on the streamlit side
Expand Down
2 changes: 1 addition & 1 deletion examples/nidaqmx/nidaqmx_analog_output_voltage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ This is a nipanel example that displays an interactive Streamlit app and updates

```pwsh
poetry install --with examples
poetry run examples\nidaqmx\nidaqmx_analog_output_voltage\nidaqmx_analog_output_voltage.py
poetry run python examples\nidaqmx\nidaqmx_analog_output_voltage\nidaqmx_analog_output_voltage.py
```
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ This is a nipanel example that displays an interactive Streamlit app and updates

```pwsh
poetry install --with examples
poetry run examples\nidaqmx\nidaqmx_continuous_analog_input\nidaqmx_continuous_analog_input.py
poetry run python examples\nidaqmx\nidaqmx_continuous_analog_input\nidaqmx_continuous_analog_input.py
```
2 changes: 1 addition & 1 deletion examples/niscope/niscope_binary_acquisition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Script demonstrates waveform data getting continuously acquired and being conver

```pwsh
poetry install --with examples
poetry run examples\niscope\niscope_binary_acquisition\niscope_binary_acquisition.py
poetry run python examples\niscope\niscope_binary_acquisition\niscope_binary_acquisition.py
```
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Script demonstrates how to configure vertical, horizontal, and triggering proper

```pwsh
poetry install --with examples
poetry run examples\niscope\niscope_configured_acquisition\niscope_configured_acquisition.py
poetry run python examples\niscope\niscope_configured_acquisition\niscope_configured_acquisition.py
```
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Script demonstrates NIScope waveform data getting continuously acquired.

```pwsh
poetry install --with examples
poetry run examples\niscope\niscope_ex_fetch_forever\niscope_ex_fetch_forever.py
poetry run python examples\niscope\niscope_ex_fetch_forever\niscope_ex_fetch_forever.py
```