Skip to content
Snippets Groups Projects

remove deprecated python virtual environment from Flink/Spark in Jupyter

Merged Elias Werner requested to merge 218-apache-flink into preview
1 file
+ 3
4
Compare changes
  • Side-by-side
  • Inline
@@ -257,14 +257,13 @@ module:
When your Jupyter instance is started, you can set up Spark/Flink. Since the setup in the notebook
requires more steps than in an interactive session, we have created example notebooks that you can
use as a starting point for convenience:
[SparkExample.ipynb](misc/SparkExample.ipynb),
use as a starting point for convenience: [SparkExample.ipynb](misc/SparkExample.ipynb),
[FlinkExample.ipynb](misc/FlinkExample.ipynb)
!!! warning
The notebooks only work with the Spark or Flink module mentioned above. When using other
Spark/Flink modules, it is possible that you have to do additional or other steps in order to
The notebooks only work with the Spark or Flink module mentioned above. When using other
Spark/Flink modules, it is possible that you have to do additional or other steps in order to
make Spark/Flink running.
!!! note
Loading