# Switching from Jupyter to a proper IDE

**URL:** https://discourse.julialang.org/t/switching-from-jupyter-to-a-proper-ide/31648
**Category:** General Usage
**Created:** [November 29, 2019, 9:43am UTC](https://discourse.julialang.org/t/switching-from-jupyter-to-a-proper-ide/31648 "2019-11-29T09:43:02Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![sylvaticus](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sylvaticus/32/203883_2.png) [@sylvaticus](https://discourse.julialang.org/u/sylvaticus)
#### Post date: [November 29, 2019, 11:55am UTC](https://discourse.julialang.org/t/switching-from-jupyter-to-a-proper-ide/31648/2 "2019-11-29T11:55:57Z")

</div>

To mirror your general architecture you could use Juno connected to a remote server (see [this discussion](https://discourse.julialang.org/t/connecting-juno-to-work-with-julia-installed-on-a-remote-server/7494/21)).

The advantage would be that all the libraries and data for your computations would reside in the server, although the script would still be in your local machine, but at that time you could use on your server NextCloud or something similar in order to have the script automatically synchronised on the server as well.

---

_[View the full topic](https://discourse.julialang.org/t/switching-from-jupyter-to-a-proper-ide/31648)._
