Peter Parente

Results 46 issues of Peter Parente

Allows users to avoid exposing a password on the command line which is easily accessible by via commands like ps auxf.

We can expose the 4.3 token feature. Or it might be simpler to implement the same random token generation scheme and use the auth handlers already mixed into the various...

enhancement

Client connects to HTTP endpoint which has been declared as a websocket endpoint in the notebook. Kernel gateway listens for WS connections at that endpoint. Messages received from client to...

enhancement

Option to limit access to one or more Jupyter protocol channels: shell, iopub, control. Maybe to limit to specific comm channel names within shell too. Use case: Restricting kernel access...

enhancement

If possible: 1. Share a Spark session / context initialized from Python with code running in `%%scala` cells. As it stands, the first scala cell tries to initialize another Spark...

enhancement

Transfer from https://github.com/jupyter/docker-stacks/issues/690 **What docker image you are using?** `jupyter/all-spark-notebook` **What complete docker command do you run to launch the container (omitting sensitive values)?** `docker run -it --rm -p 8888:8888...

maxpoint/spylon is used for configuration purposes in the `%%init_spark` block and to create the SparkContext from that config. We're uncertain as to whether we're going to keep maintaining the spylon...

For my spylon notebook I: 1. Did spark.stop() 2. Did not restart the notebook kernel 3. Ran all the %%init_spark and spark to start up a Spark application again what...

bug

Leftover from code review: https://github.com/maxpoint/spylon-kernel/pull/30/files/40f950b891deb8324fcfbde237556a6afaeed43b#diff-abb0a90c5c89c2312c21d5b3efd9d765R226

I'm working on a sizable PR to add doc and clean up various code paths. Spotted this along the way. ``` 40 self._interp = get_scala_interpreter() 41 # Ensure that spark...

bug