# Probelm with Print or Println in Pluto

**URL:** https://discourse.julialang.org/t/probelm-with-print-or-println-in-pluto/69630
**Category:** Pluto
**Created:** [October 12, 2021, 2:36pm UTC](https://discourse.julialang.org/t/probelm-with-print-or-println-in-pluto/69630 "2021-10-12T14:36:05Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Fuad\_Hasibul\_Hasan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/fuad_hasibul_hasan/32/29764_2.png) [@Fuad\_Hasibul\_Hasan](https://discourse.julialang.org/u/Fuad_Hasibul_Hasan)
#### Post date: [October 12, 2021, 2:36pm UTC](https://discourse.julialang.org/t/probelm-with-print-or-println-in-pluto/69630/1 "2021-10-12T14:36:06Z")

</div>

I am new to Julia, so maybe doing it in the wrong way. I have installed Julia 1.6.3 on my windows machine and all packages are updated. If I start pluto and run the following commands in separate cells, the print or println doesn’t print anything there, it prints in the REPL where I started pluto. How can I solve this?

```julia
using PlutoUI
print("Hello")
println("Hello")

```

---

<div class="post-metadata">

### Author: ![nilshg](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nilshg/32/2283_2.png) [@nilshg](https://discourse.julialang.org/u/nilshg)
#### Post date: [October 12, 2021, 2:39pm UTC](https://discourse.julialang.org/t/probelm-with-print-or-println-in-pluto/69630/2 "2021-10-12T14:39:50Z")

</div>

[https://stackoverflow.com/questions/66014330/print-statement-in-pluto-jl](https://stackoverflow.com/questions/66014330/print-statement-in-pluto-jl)

---

<div class="post-metadata">

### Author: ![stillyslalom](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stillyslalom/32/45687_2.png) [@stillyslalom](https://discourse.julialang.org/u/stillyslalom)
#### Post date: [October 12, 2021, 2:56pm UTC](https://discourse.julialang.org/t/probelm-with-print-or-println-in-pluto/69630/3 "2021-10-12T14:56:19Z")

</div>

`with_terminal()` seems to have gone missing from the PlutoUI docs (alongside several other exported elements). Until that’s [fixed](https://github.com/fonsp/PlutoUI.jl/issues/142), you can reference an older version of the docs: [Docstrings · PlutoUI.jl](https://docs.juliahub.com/PlutoUI/abXFp/0.7.13/autodocs/)
