Skip to content

Commit

Permalink
open doc links in new tabs
Browse files Browse the repository at this point in the history
Fixes #2
  • Loading branch information
Jeremy Nicklas committed Dec 7, 2017
1 parent 38ad302 commit 8d21740
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Open documentation links in new tabs.
[#2](https://github.com/OSC/bc_osc_jupyter_spark/issues/2)

### Fixed
- Load proper environment in Spark workers.
[#3](https://github.com/OSC/bc_osc_jupyter_spark/issues/3)
Expand Down
5 changes: 3 additions & 2 deletions view.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Some helpful resources on using Apache Spark in a Jupyter notebook:

- [Apache Spark Examples](https://spark.apache.org/examples.html)
- [RDD Basics](https://github.com/jadianes/spark-py-notebooks/blob/master/nb2-rdd-basics/nb2-rdd-basics.ipynb)
- <a href="https://spark.apache.org/examples.html" target="_blank">Apache Spark Examples</a>
(some work is required to translate the Python 2 examples here to Python 3)
- <a href="https://github.com/jadianes/spark-py-notebooks/blob/master/nb2-rdd-basics/nb2-rdd-basics.ipynb" target="_blank">RDD Basics</a>

<form action="/node/<%= host %>/<%= port %>/login" method="post" target="_blank">
<input type="hidden" name="password" value="<%= password %>">
Expand Down

0 comments on commit 8d21740

Please sign in to comment.