Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r #929

Closed
galenbancroft opened this issue Aug 21, 2019 · 3 comments
Closed

r #929

galenbancroft opened this issue Aug 21, 2019 · 3 comments

Comments

@galenbancroft
Copy link

Hi! Thanks for using the Jupyter Docker Stacks.

Please review the following guidance about how to ask questions, contribute changes, or report bugs in the Docker images maintained here.

  1. If you have a general question about using these Docker images or with Jupyter + Docker in general, please post your question in the Jupyter Discourse Q&A section so that it can be seen, discussed, and hopefully answered by the community.

  2. If you are looking to contribute to the images, please see the Contributor's Guide in the documentation for our preferred processes.

  3. If you are reporting an issue with one of the existing images, please answer the questions below to help us troubleshoot the problem. Please be as thorough as possible.

What docker image you are using?

Example: jupyter/scipy-notebook

What complete docker command do you run to launch the container (omitting sensitive values)?

Example: docker run -it --rm -p 8889:8888 jupyter/all-spark-notebook:latest

What steps do you take once the container is running to reproduce the issue?

Example:

  1. Visit http://localhost:8889
  2. Start an R noteobok
  3. ...

What do you expect to happen?

Example: ggplot output appears in my notebook.

What actually happens?

Example: No output is visible in the notebook and the notebook server log contains messages about ...

@romainx
Copy link
Collaborator

romainx commented Feb 8, 2020

Hello,

I've just run the all-spark-notebook:latest as you describe.

$ docker run -it --rm -p 8889:8888 jupyter/all-spark-notebook:latest

Then I've started a R notebook and typed the following ggplot2 example:

library(ggplot2)

ggplot(mpg, aes(displ, hwy, colour = class)) + 
  geom_point()

And here is the output.
Could you please retry -- I know that the R packages have recently been updated on this stack?

Untitled_-_Jupyter_Notebook

Best

@romainx
Copy link
Collaborator

romainx commented Feb 26, 2020

@galenbancroft could you please check if it's OK for you and close the issue if it's the case?
Many thanks

@romainx
Copy link
Collaborator

romainx commented Mar 11, 2020

We have no answer and everything seems to be working fine. In consequence, I'm going to close it. Feel free to open a new issue with the tag, steps to reproduce, etc. if you think something does not work as expected.
Best.

@romainx romainx closed this as completed Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants