How do I increase the cell width of the ipython notebook in my browser? (Both Python 2 and 3) -


i followed instructions in this post , worked charm... python 2. not python 3.

i'm running anaconda on windows. activate python 2 command prompt type

 activate python2 

so, when type

 jupyter notebook 

after having activated python 2, jupyter notebook pops affected custom.css file (and runs python 2). if start jupyter notebook without having activated python 2 (which results in jupyter notebook running python 3), notebook looks default way. can do?


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -