# JuliaPro 6.0.1 with Jupyter and RISE?

**URL:** https://discourse.julialang.org/t/juliapro-6-0-1-with-jupyter-and-rise/6983
**Category:** New to Julia
**Tags:** jupyter, juliapro
**Created:** [November 9, 2017, 6:47pm UTC](https://discourse.julialang.org/t/juliapro-6-0-1-with-jupyter-and-rise/6983 "2017-11-09T18:47:50Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jlperla](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jlperla/32/34332_2.png) [@jlperla](https://discourse.julialang.org/u/jlperla)
#### Post date: [November 9, 2017, 6:47pm UTC](https://discourse.julialang.org/t/juliapro-6-0-1-with-jupyter-and-rise/6983/1 "2017-11-09T18:47:50Z")

</div>

I have installed JuliaPro 6.0.1, which is generally pretty great.

However, when I ran the installed Jupyter notebook, I noticed that I didn’t seem to have acesss to RISE ([https://github.com/damianavila/RISE](https://github.com/damianavila/RISE))

Two things:

- I think RISE is sufficiently useful that it should be added to the JuliaPro build
- Second, I was unable to install RISE following the instructions in [https://github.com/damianavila/RISE](https://github.com/damianavila/RISE) In particular, it says to run from the REPL:

```julia
using Conda
Conda.add_channel("damianavila82")
Conda.add("rise")

```

This gets through most of the installation, but then dies and says

```julia
ERROR conda.core.link:_execute_actions(337): An error occurred while installing package 'damianavila82::rise-5.1.0-py27_0'.
CondaError: Cannot link a source that does not exist. C:\appsl\JuliaPro-0.6.0.1\pkgs-0.6.0.1\v0.6\Conda\deps\usr\pkgs\rise-5.1.0-py27_0\Scripts\.rise-post-link-script.py
Running `conda clean --packages` may resolve your problem.
Attempting to roll back.

CondaError: Cannot link a source that does not exist. C:\appsl\JuliaPro-0.6.0.1\pkgs-0.6.0.1\v0.6\Conda\deps\usr\pkgs\rise-5.1.0-py27_0\Scripts\.rise-post-link-script.py
Running `conda clean --packages` may resolve your problem.

ERROR: failed process: Process(setenv(`'C:\appsl\JuliaPro-0.6.0.1\pkgs-0.6.0.1\v0.6\Conda\deps\usr\Scripts\conda.exe' install -y rise`,String["USERDOMAIN_ROAMINGPROFILE=JLPERLA-PC", "JUPYTER=C:\\appsl\\JuliaPro-0.6.0.1\\Python\\Scripts\\jupyter.exe", "HOMEPATH=\\Users\\Jesse Perla", 

```

… cutting off a bunch of garbage at that point.

You will notice that one of the statements says `conda clean --packages` may resolve your problem, but I am not sure how to do this with `Conda.jl` as it isn’t really using the normal conda setup.

---

<div class="post-metadata">

### Author: ![jlperla](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jlperla/32/34332_2.png) [@jlperla](https://discourse.julialang.org/u/jlperla)
#### Post date: [November 9, 2017, 9:31pm UTC](https://discourse.julialang.org/t/juliapro-6-0-1-with-jupyter-and-rise/6983/2 "2017-11-09T21:31:14Z")

</div>

An update: right now this is almost certainly a bug which is being looked at: [https://github.com/damianavila/RISE/issues/316#issuecomment-343284617](https://github.com/damianavila/RISE/issues/316#issuecomment-343284617)

But my more general comment stands: it would be nice for JuliaPro to preinstall RISE.
