mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
remove extranious brackets
This commit is contained in:
parent
0fc8a11a93
commit
3f38a5a253
1 changed files with 2 additions and 2 deletions
|
|
@ -111,7 +111,7 @@ config.vm.network "private_network", ip: "192.168.51.52"
|
|||
This approach usually is typically required if running other virtual machines that discover each other directly by IP address, such as Spark Masters and Slaves as well as Cassandra Nodes, Elasticsearch Nodes, and other Spark data sources. You may wish to launch nodes in virtual machines with IP Addresses in a subnet that works for your local network, such as: 192.168.51.53, 192.168.51.54, 192.168.51.53, etc..
|
||||
|
||||
|
||||
### [Python Extras]
|
||||
### Python Extras
|
||||
|
||||
With zeppelin running, Numpy, SciPy, Pandas and Matplotlib will be available. Create a pyspark notebook, and try
|
||||
|
||||
|
|
@ -163,6 +163,6 @@ plt.title('How fast do you want to go today?')
|
|||
show(plt)
|
||||
```
|
||||
|
||||
### [R Extras]
|
||||
### R Extras
|
||||
|
||||
With zeppelin running, an R Tutorial notebook will be available. The R packages required to run the examples and graphs in this tutorial notebook were installed by this virtual machine.
|
||||
|
|
|
|||
Loading…
Reference in a new issue