Re: Developing django apps in jupyter

2021-11-30 Thread 'MH' via Django users
Thank you very much. Then I see that I should use jupyter only for other projects, but not for django. And you have provided me with alternatives. I always thought these IDEs would be very expensive. On Monday, November 29, 2021 at 10:38:11 PM UTC+1 Kasper Laudrup wrote: > On 29/11/2021 14.22,

Re: Developing django apps in jupyter

2021-11-29 Thread Kasper Laudrup
On 29/11/2021 14.22, 'MH' via Django users wrote: My two questions are: 1. Do you use juypter for django development? No and I've never heard of it, but now I have. Thanks. 2. If not, which editor or free IDE do you use? I use Emacs with Elpy (https://elpy.readthedocs.io/). There are some

Re: Developing django apps in jupyter

2021-11-29 Thread Satyajit Barik
I use sublime text with python kite, that's very light weight and very flexible to use. > On 29-Nov-2021, at 10:52 PM, Lalit Suthar wrote: > >  > I use vscode > >> On Mon, 29 Nov 2021 at 21:40, Vikas Sri wrote: >> I recommend Pycharm, it makes development fast, helps in debugging and what

Re: Developing django apps in jupyter

2021-11-29 Thread Lalit Suthar
I use vscode On Mon, 29 Nov 2021 at 21:40, Vikas Sri wrote: > I recommend Pycharm, it makes development fast, helps in debugging and > what not. > > On Mon, Nov 29, 2021 at 8:34 PM Md Rana Sarkar > wrote: > >> You can create virtualenv and use VS code . That's the free and better >> IDE for Dja

Re: Developing django apps in jupyter

2021-11-29 Thread Vikas Sri
I recommend Pycharm, it makes development fast, helps in debugging and what not. On Mon, Nov 29, 2021 at 8:34 PM Md Rana Sarkar wrote: > You can create virtualenv and use VS code . That's the free and better > IDE for Django or any other web development. > > On Mon, Nov 29, 2021 at 7:23 PM 'MH'

Re: Developing django apps in jupyter

2021-11-29 Thread Md Rana Sarkar
You can create virtualenv and use VS code . That's the free and better IDE for Django or any other web development. On Mon, Nov 29, 2021 at 7:23 PM 'MH' via Django users < django-users@googlegroups.com> wrote: > Hi everyone > > I have built a few django apps, but on a very basic level and only fo

Re: Developing django apps in jupyter

2021-11-29 Thread Lakshyaraj Dash X-D 25
I use visual studio code and pycharm both ides On Mon, Nov 29, 2021, 18:52 'MH' via Django users < django-users@googlegroups.com> wrote: > Hi everyone > > I have built a few django apps, but on a very basic level and only for my > own usage. Little helpers for self management. So far I just used

Re: Developing django apps in jupyter

2021-11-29 Thread carlos
the quick answer NO, no use jupyter for developing django, better search a IDE like Visual Code, or sublime text text editor https://code.visualstudio.com/ #free https://www.sublimetext.com/ # free https://www.jetbrains.com/es-es/pycharm/ On Mon, Nov 29, 2021 at 7:40 AM kayhan wrote: > Hi,

Re: Developing django apps in jupyter

2021-11-29 Thread kayhan
Hi, I am using the free version of Paycharm. VS code is also good and is smaller than Paycharm. On Mon, Nov 29, 2021 at 4:53 PM 'MH' via Django users < django-users@googlegroups.com> wrote: > Hi everyone > > I have built a few django apps, but on a very basic level and only for my > own usage. Li

Developing django apps in jupyter

2021-11-29 Thread 'MH' via Django users
Hi everyone I have built a few django apps, but on a very basic level and only for my own usage. Little helpers for self management. So far I just used vi(m). Now I tried out jupyter for the first time. Looks great and thanks to a few links from Google I could also load the django kernel in jup