# Juno 0.11 wokspace does not work

**URL:** https://discourse.julialang.org/t/juno-0-11-wokspace-does-not-work/29892
**Category:** Juno
**Tags:** bug
**Created:** [October 14, 2019, 10:24am UTC](https://discourse.julialang.org/t/juno-0-11-wokspace-does-not-work/29892 "2019-10-14T10:24:05Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![amin\_ghareyazi](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/amin_ghareyazi/32/10801_2.png) [@amin\_ghareyazi](https://discourse.julialang.org/u/amin_ghareyazi)
#### Post date: [October 14, 2019, 10:24am UTC](https://discourse.julialang.org/t/juno-0-11-wokspace-does-not-work/29892/1 "2019-10-14T10:24:05Z")

</div>

Hi

I’m working with Julia 1.2 and Juno 0.11  
I love the way the results are shown next to codes. but they are not selectable for copying.  
I changed Result display mode to: Display results in REPL but after this change, workstation stopped working and did not update variables and their contents.

Is there any solution to this? or I should wait for and update?

---

<div class="post-metadata">

### Author: ![pfitzseb](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pfitzseb/32/45566_2.png) [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)
#### Post date: [October 14, 2019, 1:49pm UTC](https://discourse.julialang.org/t/juno-0-11-wokspace-does-not-work/29892/2 "2019-10-14T13:49:05Z")

</div>

> [@amin\_ghareyazi](#):
>
> I love the way the results are shown next to codes. but they are not selectable for copying.

That’s not implemented yet:

> <https://github.com/JunoLab/Juno.jl/issues/358>
>
> Would be great to have things like
> \- copy
> \- save to file
> \- show in TableView.…jl
> 
> etc.

> [@amin\_ghareyazi](#):
>
> I changed Result display mode to: Display results in REPL but after this change, workstation stopped working and did not update variables and their contents.

That’s a bug. Will be fixed once

> <https://github.com/JunoLab/atom-julia-client/pull/639>

is merged.
