##// END OF EJS Templates
Merge pull request #2854 from minrk/2853b...
Merge pull request #2854 from minrk/2853b Move kernel code into IPython.kernel inprocess Kernel in kernel.inprocess zmq Kernel in kernel.zmq KernelManager stuff and ulities in top-level kernel Main functional change: allow custom kernel Popen command - [x] adds `KernelManager.kernel_cmd` configurable for launching a custom kernel - [x] splits entry_point.base_launch_kernel into two steps: making the launch cmd and launching the subprocess - [x] figure out where the entry_point functions belong, if it should be anywhere else - [x] move IPython.zmq.kernelmanagerabc to IPython.kernel.kernelmanagerabc - [x] move IPython.lib.kernel/IPython/zmq.entry_point to IPython.kernel.launcher / connect - [x] move zmq.ipkernelapp.IPKernelApp to zmq.kernelapp (I'll look at merging the classes, and see if it makes - [x] move IPython.zmq to IPython.kernel.zmq - [x] move IPython.inprocess to IPython.kernel.inprocess - [x] move embed_kernel from zmq.ipkernelapp to zmq.embed - [x] move MultiKernelManager to IPython.kernel.multikernelmanager. - [x] move IPython.zmq.blockingkernelmanager to IPython.kernel.blockingkernelmanager. - [x] move IPython.zmq.kernelmanager to IPython.kernel.kernelmanager. - [x] move IPython.ipkernel.Kernel to IPython.kernel.kernel.

File last commit:

r6197:39c48480
r9402:5db16721 merge
Show More
projectdashboard.css
84 lines | 916 B | text/css | CssLexer
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488
/**
* Primary styles
*
* Author: IPython Development Team
*/
Brian Granger
Refactoring templates and top level js/css organization.
r6192 #main_app {
width: 920px;
Brian Granger
Initial try at adding tabs to project dashboard.
r6194 margin: 30px auto 0px auto;
Brian E. Granger
File upload/import working from notebook browser.
r4491 }
Brian Granger
Fixing tab design.
r6196 #tabs {
border-style: none;
}
#tab1, #tab2 {
padding: 1em 0em;
}
Brian Granger
Draft of the cluster list UI....
r6195 .list_toolbar {
Stefan van der Walt
Notify user about invalid password.
r5323 padding: 5px;
Brian E. Granger
File upload/import working from notebook browser.
r4491 height: 25px;
line-height: 25px;
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488 }
Brian Granger
Draft of the cluster list UI....
r6195 .toolbar_info {
Brian E. Granger
File upload/import working from notebook browser.
r4491 float: left;
}
Brian Granger
Draft of the cluster list UI....
r6195 .toolbar_buttons {
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488 float: right;
}
Brian Granger
Draft of the cluster list UI....
r6195 .list_header {
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488 height: 25px;
line-height: 25px;
Brian Granger
Draft of the cluster list UI....
r6195 padding: 3px 5px;
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488 }
Brian Granger
Cluster management is now working....
r6197
Brian Granger
Draft of the cluster list UI....
r6195 .list_item {
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488 height: 25px;
line-height: 25px;
Brian Granger
Draft of the cluster list UI....
r6195 padding: 3px 5px;
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488 }
.notebook_item a {
text-decoration: none;
}
Brian Granger
Cluster management is now working....
r6197 .profile_col {
}
.status_col {
float: right;
width: 325px;
}
.engines_col {
float: right;
width: 325px;
}
.action_col {
float: right;
}
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488 .item_buttons {
float: right;
}
Brian E. Granger
File upload/import working from notebook browser.
r4491 .item_buttons .upload_button {
color: darkred;
}
Brian E. Granger
Implemented basic notebook browser and fixed numerous bugs.
r4488 .highlight_text {
color: blue;
}
Brian Granger
Initial try at adding tabs to project dashboard.
r6194
.ui-tabs .ui-tabs-nav li a {
padding: .3em .5em;
}