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

Installing #20

Open
DoaneAS opened this issue Nov 24, 2015 · 3 comments
Open

Installing #20

DoaneAS opened this issue Nov 24, 2015 · 3 comments

Comments

@DoaneAS
Copy link

DoaneAS commented Nov 24, 2015

The installation instructions say to run the following line, to install for current user.

IRkernel::installspec(user = FALSE)

I think you mean:

IRkernel::installspec(user = TRUE)
@takluyver
Copy link
Member

Which install instructions are you looking at? http://irkernel.github.io/installation/ says:

The kernel spec can be installed for the current user with the following line from R:

 IRkernel::installspec()

To install system-wide, set user to False in the installspec command:

IRkernel::installspec(user = FALSE)

@DoaneAS
Copy link
Author

DoaneAS commented Nov 28, 2015

I think it is an issue with how the webpage is being displayed. See attached, running safari 9.0.1

screenshot

@flying-sheep
Copy link
Member

sorry, i can’t debug this with safari not able to run on my OS

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

3 participants